Socket
Socket
Sign inDemoInstall

@s-libs/app-state

Package Overview
Dependencies
6
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1235Next

11.2.0-next.1

Diff

Changelog

Source

11.2.0-next.1 (2021-01-01)

Features

  • ng-core: DirectiveSuperclass.getInput$() wait until the input is set before emitting. Before, if called e.g. from the directive's constructor, it would emit undefined immediately, then emit again during ngOnChanges. Caveat: all emissions are now delayed on the microtask queue. (3b13611), closes #14
  • ng-dev: add ComponentContextNext. This will replace ComponentContext in a future major version release. See migration notes in the class-level docs for ComponentContext. Closes #15. (90bc99f)
simontonsoftware
published 11.2.0-next.0 •

Changelog

Source

11.2.0-next.0 (2020-12-19)

Features

  • js-core: add isFalsy() (62bd6da)
  • js-core: add isTruthy() (ca38c5d)
  • micro-dash: add nth() (61a37b1), closes #10
  • micro-dash: add sampleSize() (05bf741)
  • micro-dash: add shuffle() (5e6f51a)
  • ng-dev: add AsyncMethodController (a8eb567), closes #9
simontonsoftware
published 11.1.0 •

Changelog

Source

11.1.0 (2020-11-27)

Features

  • app-state: spreadArrayStore$() handles null and undefined (16e0dce), closes #4
  • app-state: spreadObjectStore$() handles null and undefined (c15b653)
  • js-core: add Constructor type to support the mixin pattern (f39a6b9)
  • micro-dash: improve the typing of omit() (48d267b)
  • micro-dash: improve the typing of omitBy() (a2c4280)
  • micro-dash: improve the typing of pick() (ecedb2e)
  • micro-dash: improve the typing of pickBy() (bcf1824)
  • micro-dash: reduce size of isBoolean() (a57466a)
  • ng-core: add mixInInjectableSuperclass() (e3cacf8)
  • rxjs-core: mapAndCacheArrayElements() handles null and undefined (7d19f47)
  • rxjs-core: mapAndCacheObjectElements() handles null and undefined (7829d6b)
  • rxjs-core: add mixInSubscriptionManager() (c173fa5)
  • add support for all libraries to be consumed as UMD bundles (8e9bec9), closes #7
simontonsoftware
published 11.0.0 •

Changelog

Source

11.0.0 (2020-11-23)

Bug Fixes

  • ng-core: DirectiveSuperclass can now be used for a pipe (7fcd056)
simontonsoftware
published 11.0.0-next.0 •

Changelog

Source

11.0.0-next.0 (2020-11-21)

⚠ BREAKING CHANGES

  • ng-core and ng-app-state, and ng-dev now require angular 11

Features

simontonsoftware
published 10.0.0 •

Changelog

Source

10.0.0 (2020-11-21)

Features

  • app-state: improve performance when unsubscribing (6bdd873)
simontonsoftware
published 0.3.3 •

Changelog

Source

0.3.3 (2020-11-14)

Features

  • micro-dash: reduce size of functions() (e9efb9f)

Bug Fixes

  • micro-dash: functions() no longer calls getters (145f301)
simontonsoftware
published 0.3.2 •

Changelog

Source

0.3.2 (2020-11-13)

Features

  • ng-dev: AngularContext.tick() better simulates real change detection (68fc5da)
simontonsoftware
published 0.3.1 •

Changelog

Source

0.3.1 (2020-11-13)

Features

  • ng-dev: AngularContext mocks performance.now (0ae92d6)
simontonsoftware
published 0.3.0 •

Changelog

Source

0.3.0 (2020-11-12)

⚠ BREAKING CHANGES

  • ng-dev: requires @angular/cdk as a peer dependency

Features

  • js-core: add isPromiseLike() (7cfec64)
  • micro-dash: add isObject() (6495ec3)
  • ng-dev: AngularContext supports component harnesses with fakeAsync (97a0fb9)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc