##// END OF EJS Templates
fixed bug in applying a lifetime while processing the json configuration...
fixed bug in applying a lifetime while processing the json configuration fixed template-compile

File last commit:

r77:04efbdad7679 default
r152:8bee6a6d5f46 v1.4.0-rc10 default
Show More
history.md
33 lines | 713 B | text/x-minidsrc | MarkdownLexer

HISTORY

1.2.17

Bug fixes

1.2.16

Minor fixes and improvements

  • added isCancellable type predicate function to safe module
  • isString, isNumber, isInteger, isPrimitive are now type predicates

1.2.0

Major rafactoring, moving to support both browser (rjs) and server (cjs) environments.

  • dependency injection container ported to typescript
  • sources are split to several sets to provide the ability for the conditional build of the project.

1.0.1

First release, intorduces the following features

  • di - dependency injection container
  • log - log4 style logging system
  • text - simple and fast text templating and formatting
  • Uuid - uuid generation traits