Releases: DreamTexX/peridot
Releases · DreamTexX/peridot
0.0.5
Application, Hooks, Benchmarks
(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 ofnew Application(rootModule)
Return type of createApplication changed
Fixed:
- createApplication(type) is now returning instance of root container
Getter for links and consumers
Added:
- Getter for linked containers
- Getter (generator function) for consumers
Fixed:
- Container names conflicted because of the default name
Modules, Providers, Consumer
Added:
- Modules
- Providers
- Consumers
- Dependency Injection