Skip to content

Latest commit

 

History

History
572 lines (308 loc) · 40.1 KB

CHANGELOG.md

File metadata and controls

572 lines (308 loc) · 40.1 KB

1.6.1 (2023-12-11)

Bug Fixes

  • signal-slice: add apply trap to proxy for loading lazySources when signal value accessed directly (#200) (fa68a8d)
  • typos (#198) (039eefb)

Documentations

  • add rlmestre as a contributor for doc (#201) (f2fdc7b)
  • Add Spanish translations to Injector/Intl doc pages (#199) (a2e33ef)
  • add swami-sanapathi as a contributor for doc (#202) (29d5503)

1.6.0 (2023-12-10)

Features

Documentations

  • add justinrassier as a contributor for doc (#195) (7aa768d)
  • update readme to point to angular.dev (#193) (4e670c0)

1.5.0 (2023-12-06)

Features

  • add collection for contributors (#174) (d8b7936)
  • add contributors and badge to doc pages (#170) (06b86a9)
  • add contributors and badge to doc pages (#173) (b468031)
  • added computedPrevious helper fn (#181) (96d5de4)
  • added injectDocumentVisibility utility (f6b5e77)
  • docs: add internationalization to docs (#191) (cbfbe85)
  • ported injectNetwork() to Angular (#186) (684a33a)
  • signal-slice: add actionEffects config (#154) (9034032)

Bug Fixes

  • contributors (e9f8c93)
  • signal-slice: Do not allow optional properties in signalSlice (#177) (84ccf3c)
  • signal-slice: typing for Subject with union type (#169) (746c0fc)

Documentations

1.4.0 (2023-11-21)

Features

  • add toLazySignal() (#166) (3659fbe)
  • signal-slice: allow supplying external subjects as reducers (#152) (7df93d3)

Bug Fixes

  • create-injection-token: better decide when to use factory or provided value (#161) (#162) (61d496d)

Documentations

  • add diegovilar as a contributor for code (#164) (c81fc22)
  • add e-oz as a contributor for code (#167) (21e2cd2)
  • add gianmarcogiummarra as a contributor for doc (#165) (87d6ea4)
  • fix allcontributors file (9cae021)
  • fix computedFrom example with injector (#160) (2b6b5b9)
  • update starlight (2b8405b)

Refactor

  • signal-slice: remove reducers, rename asyncReducers to actionSources (#158) (6a883c1)

1.3.0 (2023-11-15)

Features

Bug Fixes

1.2.2 (2023-11-14)

Bug Fixes

  • signal-slice: add undocumented (intentional) way to wait for state update from invoking reducers (5370778)

1.2.1 (2023-11-14)

Bug Fixes

  • signal-slice: extra selectors type (bdfe10b)

1.2.0 (2023-11-13)

Features

  • signal-slice: allow supplying source as a function that accepts state signal (#146) (051443b)

1.1.1 (2023-11-13)

Bug Fixes

1.1.0 (2023-11-13)

Features

Bug Fixes

1.0.1 (2023-11-10)

Bug Fixes

1.0.0 (2023-11-09)

0.16.0 (2023-11-09)

Features

Documentations

0.15.1 (2023-11-08)

0.15.0 (2023-11-08)

Features

Bug Fixes

  • computedFrom: add initialValue + throw Error in case of not sync emit (#122) (285aa59)

Documentations

  • add joshuamorony as a contributor for code (#136) (c89fe85)
  • computed: fix typo in docs (3cc8aa6)
  • create-injection-token: add extraProviders use-case with ngrx (b17ae1d)
  • fix link (8f5294f)
  • update .all-contributorsrc (5c8c9a0)
  • update README.md (552d3df)

0.14.1 (2023-10-29)

Bug Fixes

  • computed: use raw value instead of signal to track current value (03aa1a6)

0.14.0 (2023-10-29)

Features

  • auto-effect: add injectAutoEffect (765400a)
  • computed: add computed/extendedComputed with access to previous computed value (7260727)

Documentations

  • add explanation for ConnectedSignal usage (#128) (0fd95e7)
  • add joshuamorony as a contributor for doc (#129) (1e8fa4f)
  • fix documentation link in README (#132) (00fb9c7)

0.13.0 (2023-10-28)

Features

  • auto-effect: add injectAutoEffect (765400a)

Documentations

  • add explanation for ConnectedSignal usage (#128) (0fd95e7)
  • add joshuamorony as a contributor for doc (#129) (1e8fa4f)

0.12.0 (2023-10-24)

Features

  • connect: add ConnectedSignal usage (4b25c55)

0.11.1 (2023-10-23)

0.11.0 (2023-10-23)

Features

  • gestures: finish all gestures (263ed60)

Documentations

0.10.0 (2023-10-21)

Features

Documentations

  • add dalenguyen as a contributor for code (#120) (ee8b1c1)

0.9.3 (2023-10-20)

Bug Fixes

  • create-injection-token: fix return type for initializer provider (7387575)

0.9.2 (2023-10-20)

0.9.1 (2023-10-20)

0.9.0 (2023-10-20)

Features

  • connect: allow connect to a slice of an object signal (bd59c51)

0.8.0 (2023-10-20)

Features

  • create-injection-token: expose initializer provider function for root tokens (b8e9ccf)

Documentations

  • add Pascalmh as a contributor for doc (#119) (0e9e3fa)

0.7.2 (2023-10-17)

Bug Fixes

  • add devkit and nx to deps (f86da1b)

0.7.1 (2023-10-15)

Bug Fixes

  • ngzone issue in inject-is-intersecting and docs fixes (7a903b2)

0.7.0 (2023-10-14)

Features

  • activeElement: introduce injectActiveElement (#110) (48fdf25)
  • added inject-is-intersecting (af94c79)
  • added inject-lazy (b81fad2)
  • debug: add extra subscribe, unsubscribe and finalize extra notifs (#107) (#114) (8dc8330)
  • map-skip-undefined: add mapSkipUndefined + filterUndefined operator (#113) (1755b74)
  • test: add observer-spy (#106) (c119b6e)

Documentations

0.6.1 (2023-10-09)

0.6.0 (2023-10-09)

Features

  • assert-injector: add run mode for assertInjector (#105) (837f4b4)
  • gestures: port use-gesture (0a2e437), closes #91
  • host-binding: add a hostBinding function, docs and tests (#81) (ee5f8aa)

Bug Fixes

  • create-injection-token: allow provideFn to accept factory (#100) (55f31b3)
  • create-injection-token: allows multi token to work correctly (#98) (f190b30)

Documentations

  • categories utilities (881d5f3)
  • categories utilities (791f4e7)
  • edit index.mdx content (fd2f002)
  • edit index.mdx content (16b28bf)
  • fix getting-started sidebar order (995df09)
  • fix getting-started sidebar order (609ac8e)
  • move singleton-proxy into misc (dc746f5)
  • update .all-contributorsrc (8712c85)
  • update .all-contributorsrc (f7af320)
  • update README.md (f8031ae)
  • update README.md (cf79407)

0.5.0 (2023-10-05)

Features

  • gestures: port use-gesture (0a2e437), closes #91
  • host-binding: add a hostBinding function, docs and tests (#81) (ee5f8aa)

Bug Fixes

  • create-injection-token: allows multi token to work correctly (#98) (f190b30)

Documentations

  • categories utilities (881d5f3)
  • categories utilities (791f4e7)
  • edit index.mdx content (fd2f002)
  • edit index.mdx content (16b28bf)
  • fix getting-started sidebar order (995df09)
  • fix getting-started sidebar order (609ac8e)
  • move singleton-proxy into misc (dc746f5)
  • update .all-contributorsrc (8712c85)
  • update .all-contributorsrc (f7af320)
  • update README.md (f8031ae)
  • update README.md (cf79407)

0.4.0 (2023-10-03)

Features

  • singleton-proxy: add createSingletonProxy (#89) (f11999e)

Documentations

0.3.3 (2023-09-23)

Bug Fixes

  • create-injection-token: add injector to create injection token (#78) (b3ebe4b)

0.3.2 (2023-09-22)

Documentations

0.3.1 (2023-09-18)

Bug Fixes

  • inject-destroy: add onDestroy to return value of injectDestroy (#69) (7b13372)
  • navigation: use autogenerate fonction to create navigation sidebar (#68) (88221e1)

Documentations

0.3.0 (2023-09-18)

Features

  • navigation-end: add navigationEnd util function (#52) (424f530)
  • plugin: expose init generator (729f13b)
  • rxjs: create a set of rxjs operators (#66) (b503134)
  • track-id-prop: add trackById and trackByProp directives #33 (#59) (fb11e15)

Bug Fixes

  • filter-array: add index to filterFn (dcf7753)
  • filter-nil: update copy-paste name and export filterNil (8d48907)
  • map-array: add index to mapFn (325faef)

Documentations

  • add tomalaforge as a contributor for code (#67) (63bf5ad)
  • add tomer953 as a contributor for doc (#62) (255def1)
  • add use-case for external token to createInjectionToken (2d8798e)
  • add va-stefanek as a contributor for code (#55) (efe357f)
  • adjust track by doc (450d82e)
  • connect fn (#58) (809b3c3)
  • inject-destroy (#57) (cdbd2ad)

0.2.0 (2023-09-15)

Features

Bug Fixes

  • if-validator: update logic if-validator (#47) (f02b1ad)
  • local-plugin: add testPathPattern to convert entry point generator (e198891)

Documentations

  • add develite98 as a contributor for code (#45) (8364fe5)
  • add dmorosinotto as a contributor for code (#54) (d20bbbb)
  • add tieppt as a contributor for code (#48) (866714b)
  • clean up docs (539a76e)
  • update CONTRIBUTING guide (f9c384d)
  • update readme about if validator (0b75c66)

0.1.0 (2023-09-13)

Features

Bug Fixes

Documentations

0.1.0-beta.3 (2023-09-13)

Features

  • plugin: add plugin for generators (#26) (554a35c), closes #4

Documentations

0.1.0-beta.2 (2023-09-13)

Features

Bug Fixes

Documentations

  • add jsdocs comments for all functions (except computedFrom) (#24) (70ecb59), closes #18
  • update README (3f57a63), closes #9

0.1.0-beta.1 (2023-09-11)

Features

  • added injector to computedFrom (9f97b5b)
  • assert-injector: add assertInjector (#17) (e1570a6), closes #15
  • create-injection-token: add createInjectionToken (9d7a8ff)
  • repeat: add Repeat directive (#19) (1db2f48), closes #14

Documentations

  • add eneajaho as a contributor for code (#12) (ab046c0)

0.1.0-beta.0 (2023-09-10)

Features

Documentations