Skip to content

Releases: DreamTexX/peridot

0.0.5

06 Feb 16:02
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release
doc: readme outdated

Application, Hooks, Benchmarks

01 Mar 11:45
Compare
Choose a tag to compare
Pre-release

(Warning: Readme is outdated with this release, please refer to the examples)

Added:

  • Hooks (replacing onModuleInit)
  • Introduced a new application class
  • Benchmarks for examples

Fixed:

  • Metadata can now store data for properties too

Removed:

  • createApplication(type) go removed in favor of new Application(rootModule)

Return type of createApplication changed

06 Nov 20:32
Compare
Choose a tag to compare

Fixed:

  • createApplication(type) is now returning instance of root container

Getter for links and consumers

05 Nov 20:51
Compare
Choose a tag to compare
Pre-release

Added:

  • Getter for linked containers
  • Getter (generator function) for consumers

Fixed:

  • Container names conflicted because of the default name

Modules, Providers, Consumer

31 Oct 20:22
Compare
Choose a tag to compare
Pre-release

Added:

  • Modules
  • Providers
  • Consumers
  • Dependency Injection