##// END OF EJS Templates
Added tag v1.3.1 for changeset ad9a66d0ebe4
Added tag v1.3.1 for changeset ad9a66d0ebe4

File last commit:

r77:04efbdad7679 default
r86:f89186e365b1 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