Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (32 loc) · 845 Bytes

CHANGELOG.md

File metadata and controls

39 lines (32 loc) · 845 Bytes

CHANGELOG for 0.9.0 RC

1.0.3 (03.06.2018)

  • container is no longer wraps ParseErrors

1.0.2 (17.07.2017)

  • fixed check of optional parameters which are specified before non-optional parameters (do not do that)

1.0.0 (05.04.2017)

  • public release

0.9.4 (01.04.2017)

  • support for partial bindings in container

0.9.3 (07.02.2017)

  • Removed dev dependency with Reactor

0.9.2 (07.02.2017)

  • Models component split out
  • Tokenizer component split out
  • Reactor component split out

0.9.0 (03.02.2017)

General

  • Component split performed
  • Database moved into separate package
  • Migrations moved into separate package
  • Stempler moved into separate package
  • ORM moved into separate package
  • ODM moved into separate package
  • Storage moved into separate package