Skip to content

Releases: inversify/InversifyJS

2.0.0

11 Sep 08:11
Compare
Choose a tag to compare

Migrated to TypeScript 2.0 RC. Refer to https://github.com/inversify/inversify-basic-example to see how to configure your dev environment.

2.0.0-rc.14

10 Sep 00:18
Compare
Choose a tag to compare

Breaking changes

We have migrated to TS 2.0 and type definitions are now auto-generated but they are incompatible with inversify-dts. Plaase refer to #362 to have updates on how far we are from resolving these issues.

Changes

  • Run test with PhantomJS Karma launcher
  • Allow singleton dynamic value injection
  • Solves #330
  • Migrated from typings to @types
  • Updated docs
  • Removed need for reference to reflect-metadata.d.ts
  • Allow abstract classes to be used as identifiers #363

2.0.0-rc.13

30 Aug 22:48
Compare
Choose a tag to compare
  • New feature : Circular dependencies detailed error (#353)
  • Breaking change: Allow toDynamicValue to access the current context (#351)

2.0.0-rc.12

27 Aug 23:16
Compare
Choose a tag to compare
  • Property injection support

2.0.0-rc.11

25 Aug 08:00
Compare
Choose a tag to compare

@remojansen Adding some help based on feedback from ##338 adc5343
@greenkeeperio-bot chore(package): update karma-chrome-launcher to version 2.0.0 (#343) … cb9e238
@Offirmo Update activation_handler.md (#344) … 8ea5f64
@Offirmo Update get_all_named_tagged.md (#346) … 467afb5
@remojansen Fixed #345 (#347) 741ea4e
@remojansen Implements #348 (#349) … 0d87faf
@remojansen Update README.md 9aca721
@remojansen Update package.json cde2aba

2.0.0-rc.10

14 Aug 15:34
Compare
Choose a tag to compare

2.0.0-rc.9

10 Aug 08:08
Compare
Choose a tag to compare
Fixed publish please

2.0.0-rc.8

10 Aug 07:58
Compare
Choose a tag to compare
Update package.json

2.0.0-rc.7

10 Aug 07:56
Compare
Choose a tag to compare

Fixes broken release 2.0.0-rc.6

2.0.0-rc.6

10 Aug 07:54
Compare
Choose a tag to compare

Added support for @Unmanaged() decorator