Skip to content

Latest commit

 

History

History
754 lines (312 loc) · 26 KB

CHANGELOG.md

File metadata and controls

754 lines (312 loc) · 26 KB

17.0.2 (2024-05-28)

17.0.1 (2023-08-20)

Features

  • build: add a banner for generated files (97327e7)

17.0.0 (2023-08-20)

Enabling the build to use fatal error promises and to gracefully exit.

16.0.1 (2023-08-16)

16.0.0 (2023-08-16)

Bug Fixes

  • build: fix deps lock file (ab9114e)

15.0.1 (2023-05-28)

15.0.0 (2023-05-28)

14.1.0 (2022-08-30)

Bug Fixes

  • types: fix types according to the last TypeScript version (0873bff)

14.0.0 (2022-06-16)

13.0.0 (2022-06-12)

12.0.4 (2022-05-25)

12.0.3 (2022-05-25)

12.0.2 (2021-11-11)

12.0.1 (2021-11-01)

Bug Fixes

  • types: less strict registering (3453508)

12.0.0 (2021-11-01)

11.1.1 (2021-04-09)

Bug Fixes

  • docs: fix the readme on singletons (5e51fe9)

11.1.0 (2021-01-11)

Features

  • build: allow to either use esm or cjs (719ba37)

11.0.1 (2020-12-06)

Bug Fixes

  • build: fix build issues with constants (2d4d597)

11.0.0 (2020-11-22)

Bug Fixes

  • types: fix generic types initializer passthrough (773a913)

10.0.3 (2020-10-18)

Bug Fixes

10.0.2 (2020-09-15)

Bug Fixes

  • utils: fix optional dependencies merge (cadac91)

10.0.1 (2020-09-14)

Bug Fixes

  • utils: reexport injections utils (a94b734)

10.0.0 (2020-09-14)

Features

  • utils: allow object rest spread in autodected injections (846fde9)
  • utils: allow to reuse initializers injections (bc6873f)

9.1.1 (2020-04-02)

Bug Fixes

  • types: fix bad type declaration (21b3c7f)

9.1.0 (2020-04-01)

Features

  • core: add support for esm (bbb3491)

9.0.0 (2020-03-20)

8.1.0 (2020-01-19)

8.0.1 (2019-12-10)

8.0.0 (2019-12-07)

Bug Fixes

  • types: fix handler types (4d975df)

7.0.3 (2019-12-02)

Bug Fixes

  • types: use literals instead of onjects for strings (89a22f9)

7.0.2 (2019-12-01)

7.0.1 (2019-12-01)

7.0.0 (2019-11-28)

Bug Fixes

  • types: Fix types and optional parameters (e49c4e7), closes #104

6.0.0 (2019-03-15)

Code Refactoring

  • Chore: Better handling of optional dependencies (539eb47)

BREAKING CHANGES

  • Chore: Autoloaders needs to throw a E_UNMATCHED_DEPENDENCY error to still work with optional dependencies

5.3.0 (2019-03-03)

Bug Fixes

  • Debug: Fix the $injector debug message format (ae8510d)
  • Knifecycle: Take in count more errors for optional failures (6b5fab3), closes #83

Features

  • alsoInject: Dedupe injections when adding some (10e9d4f)

5.2.0 (2019-02-09)

Bug Fixes

  • $injector: Fix services mapping in the $injector (ee2a2bd)

Features

  • $injector: Allow new instantiations within $injector calls (b66e10e)

5.1.6 (2019-02-02)

5.1.5 (2019-01-27)

Bug Fixes

  • autoInject: Improve the injection detection (82d3391)

5.1.4 (2019-01-26)

Bug Fixes

  • autoService/Provider: Fix auto detection for services and providers with no deps (761921e)
  • Types: Fix the provider declaration for optional properties (cf2abcc)

5.1.3 (2019-01-24)

Bug Fixes

  • Types: Set tup the good method name for service descriptors (e77f6af)

5.1.2 (2019-01-20)

Bug Fixes

  • Types: Fix register method chaining type declaration (c468a2a)

5.1.1 (2019-01-20)

Bug Fixes

  • Tests: Fix Saucelabs tests (b77dcaa)
  • Types: Fix handlers and constant types (a42a209)

5.1.0 (2019-01-19)

Features

  • TypeScript: Add types for TypeScript support (65e94a9)

5.0.4 (2019-01-12)

5.0.3 (2019-01-12)

Bug Fixes

  • autoInject: Ensure auto injection works with trailing commas (521ab18)

5.0.2 (2018-11-29)

Bug Fixes

  • Core: Fail on syntax error even for optional services (8cfcabd)

5.0.1 (2018-11-22)

Bug Fixes

  • autoInject: Remove unecessary check in the autoInject regExp (fff9a6f)

5.0.0 (2018-11-18)

Code Refactoring

  • handler: Split the handler utils in autoHandler and handler (cae9b2f), closes #80
  • Utils: Change the service/provider utils signature (84e52a6)

Features

  • auto(Service/Provider): Add a way to automatically set provider/service (d08dca7)

BREAKING CHANGES

  • Utils: service/provider utils call will need to be changed everywhere
  • handler: handler calls will need to be converted for the new handler signature or use the newly created autoHandler function.

4.3.1 (2018-11-10)

Bug Fixes

  • autoInject util: Fix autoInject for named functions (b3b8c10)

4.3.0 (2018-11-10)

Features

  • autoInject util: Allow to auto inject even with multi-args functions (bdf4e8b)

4.2.0 (2018-11-10)

Features

  • handler util: Add autodetection features for handler utils (7190028)

4.1.0 (2018-11-10)

Features

  • autoInject: Allow to detect optional injections (ff009fb), closes #79

4.0.0 (2018-11-04)

chore

  • Dependencies: Update metapak-nfroidure (dc65134)

Features

  • autoInject: Adds a utility function to autodetect dependencies (03c8527)
  • autoName: Allow to set name according to the function name (19cde56)

BREAKING CHANGES

  • Dependencies: Drop support for NodeJS < 8 versions

3.1.0 (2018-10-14)

Features

  • Knifecycle instance: Add extra errors for bad use (a43aa30)

3.0.0 (2018-10-11)

Features

  • $instance: Add a way to inject the Knifecycle instance (5321401)

2.7.0 (2018-10-08)

Features

  • Decorators: Add a service decorator (3216abf)
  • Decorators: Add the constant decorator (911898e), closes #60

2.6.2 (2018-09-30)

Bug Fixes

  • $autoload: Fix autoload disposal (f087b12)

2.6.1 (2018-09-30)

Bug Fixes

  • $autoload: Fix autoload behavior (2256be0)

2.6.0 (2018-09-30)

Features

  • $autoload: Allows to autoload missing dependencies (5b1cdb1)

2.5.4 (2018-09-22)

2.5.3 (2018-09-16)

2.5.2 (2018-05-06)

Bug Fixes

  • Tests: Fix tests for Node10 (b3511a4)

2.5.1 (2018-04-13)

2.5.0 (2018-03-21)

Bug Fixes

  • Build: Fix build for providers (2847929)

Features

  • API: Ensure existing initializer type are provided (bf880d9)

2.4.2 (2017-12-02)

2.4.1 (2017-11-07)

2.4.0 (2017-11-07)

Features

  • Build: Allow to build initialization modules (1aaca1b)

2.3.0 (2017-10-30)

Bug Fixes

  • Build: Fix frontend tests for Firefox (890227b)

Features

  • Extra: Allow to add extra informations to initializers (782bade), closes #41

2.2.2 (2017-10-24)

Bug Fixes

  • Build: Quick fix of the build (0b71c08)

2.2.1 (2017-10-24)

Bug Fixes

  • Services mapping: Fix deep service mapping (9445cc3)

Features

  • Browser: Add browser support (d268fbd)

2.2.0 (2017-07-30)

Features

  • Decorators: Add the ability to create a initializer from simple function (f9e505e), closes #37

2.1.1 (2017-06-15)

Bug Fixes

  • Mappings: Fix the mappings for the initial run (2cfdb7f)

2.1.0 (2017-06-04)

Features

  • Util: Add a function to decorate initializers (477ad14)

2.0.0 (2017-05-28)

Code Refactoring

  • Decorators: Isolated decorators code (a776ab8), closes #28 #32
  • Dependencies: Change depends to be a Knifecycle static property (a35f5ca), closes #24
  • Dependencies declarations: Change the dependencies mapping symbol fron : to >. (9744aeb), closes #26
  • Providers: Simplify the service providers signature (7f5fef3), closes #30
  • Services: Do not support services as a promise anymore (af31c0d)

Features

  • Options: Add a decorator to specify service provider options (867f427)

BREAKING CHANGES

  • Dependencies declarations: Break 1.0 mappings
  • Decorators: Every 1.0 code will break since the index.js exports were broken.
  • Dependencies: Will break almost every 1.0 things
  • Providers: Almost every providers written before will not work anymore
  • Services: It is not possible to use a promise while declaring a service.

1.4.0 (2017-05-22)

Bug Fixes

  • Providers: Allow services to have options too (75bffcf)
  • Singletons: Ensure singletons aren't shut down (1de26d6)

Features

  • Bad usage: Fail on dependencies declaration for constant (ab57c18)
  • Dependencies declarations: Allow to make some dependencies optional (0944709), closes #23
  • Providers: Allow to declare providers as singletons (dad9006), closes #3
  • Shutdown: Allow to shutdown all silos (7af87de)
  • Singletons: Shutdown singletons when not used per any silo (f953851)

1.3.1 (2017-03-14)

1.3.0 (2017-03-08)

Bug Fixes

  • mermaid: Only apply first style (d78ecd3)
  • package: update yerror to version 2.0.0 (5697a89)

Features

  • mermaid: Add the ability to generate dependencies graphs (b2ac582)
  • mermaid: Allow to add styles to graphs (520b7a1)
  • mermaid: Allow to shape Mermaid diagrams node (ced9dad)

v1.2.0 (2017/01/31 16:46 +00:00)

  • 320ee35 1.2.0 (@nfroidure)
  • 9e7bf18 Supporting services names mapping fix #5 (@nfroidure)

v1.1.3 (2016/12/28 09:12 +00:00)

  • e49a55b 1.1.3 (@nfroidure)
  • ff34afc Drop old Node versions support (@nfroidure)

v1.1.2 (2016/12/28 09:03 +00:00)

  • 8a663e0 1.1.2 (@nfroidure)
  • 2ce95e2 Regenerating docs (@nfroidure)
  • ff1bf5e Fixing linting (@nfroidure)
  • f37a5d3 Fixing shutdown order (@nfroidure)
  • #4 Update dependencies to enable Greenkeeper 🌴 (@nfroidure)
  • b767a8b chore(package): update dependencies (@greenkeeper[bot])

v1.1.1 (2016/10/30 18:11 +00:00)

v1.1.0 (2016/10/30 09:22 +00:00)

  • 4d2db29 1.1.0 (@nfroidure)
  • 8346671 Adding an helper to get a Knifecycle instance easily (@nfroidure)
  • 7b2408c Adding the service fix #2 (@nfroidure)

v1.0.5 (2016/10/30 07:31 +00:00)

  • 26d27ea 1.0.5 (@nfroidure)
  • ead7eee Fixing shutdown for multi used dependency fix #1 (@nfroidure)

v1.0.4 (2016/09/02 13:08 +00:00)

  • b64a702 1.0.4 (@nfroidure)
  • 22303b8 Better feedback when erroring (@nfroidure)

v1.0.3 (2016/09/01 12:45 +00:00)

  • 6e40f63 1.0.3 (@nfroidure)
  • 3ccc9c1 Avoid instanciating services twice (@nfroidure)

v1.0.2 (2016/08/31 09:52 +00:00)

  • 4c5104a 1.0.2 (@nfroidure)
  • 9db5519 Fixing service shutdown (@nfroidure)

v1.0.1 (2016/08/29 13:56 +00:00)

  • f6f8b81 1.0.1 (@nfroidure)
  • bfce2c9 Fixing depends for services (@nfroidure)

v1.0.0 (2016/08/27 15:17 +00:00)

  • f278cb7 1.0.0 (@nfroidure)
  • 648d7ff Adding doc (@nfroidure)
  • 160d086 Adding project files (@nfroidure)
  • 1ee0bff Adding a LICENSE (@nfroidure)
  • dff2847 Specifying node engine (@nfroidure)
  • acffe5a Adding codeclimate config (@nfroidure)
  • 97099fc Adding coveralss cfg file to git ignore (@nfroidure)
  • f32f016 Fixing the linter issues (@nfroidure)
  • 461ecf6 Adding travis build (@nfroidure)
  • 2243977 Adding badges (@nfroidure)
  • caa3e4e Adding some usage infos and future plans (@nfroidure)
  • f7081a8 Adding the fatal error handler (@nfroidure)
  • 05fa72a First draft of a service injection tool for node (@nfroidure)