Changelog for 2.0.2
Enhancements
- Added
:module
built-in type.
- Added
:unsafe_module
built-in type.
Changelog for 2.0.0
Enhancements
- Added
Skogsra.Type
behaviour for defining custom types.
- Application configuration values are now casted as well to the defined
type in the
Skogsra
environment variable definition.
- Added YAML configuration provider.
Changelog for 1.3.0
Enhancements
- Namespaces now inherit values from default namespace.
- Favoring the use of
:persistent_term
s over :ets
tables. This avoids the
creation of an application tree for this project, thus making it even
faster.
Changelog for 1.2.1
Bug fixes
Changelog for 1.2.0
Enhancements
- Added autogenerated reload functions.
- Added autogenerated setter functions.
- Improved documentation.
- Code rearrangement and refactor for maintainability.