##// END OF EJS Templates
added provided and configure methods to the fluent container configuration, added applyConfig method to the container
added provided and configure methods to the fluent container configuration, added applyConfig method to the container

File last commit:

r77:04efbdad7679 default
r142:be7edf08a115 v1.4.0-rc3 default
Show More
history.md
33 lines | 713 B | text/x-minidsrc | MarkdownLexer
cin
repository reorganized
r0 HISTORY
=======
cin
fixed regression with requirejs loader
r73 1.2.17
------
Bug fixes
cin
Minor fixes and improvements...
r71 1.2.16
------
Minor fixes and improvements
- added `isCancellable` type predicate function to `safe` module
- `isString, isNumber, isInteger, isPrimitive` are now type predicates
cin
working on support commonjs modules format
r59 1.2.0
-----
cin
updated build script, added eslint
r63 Major rafactoring, moving to support both browser (rjs) and server (cjs) environments.
cin
working on support commonjs modules format
r59
- dependency injection container ported to typescript
- sources are split to several sets to provide the ability for the conditional build of the project.
cin
repository reorganized
r0 1.0.1
-----
cin
working on support commonjs modules format
r59 First release, intorduces the following features
cin
repository reorganized
r0
cin
working on support commonjs modules format
r59 - `di` - dependency injection container
cin
repository reorganized
r0 - `log` - log4 style logging system
- `text` - simple and fast text templating and formatting
cin
more tests
r77 - `Uuid` - uuid generation traits