Releases: mean-expert-official/loopback-stats-mixin
Releases · mean-expert-official/loopback-stats-mixin
Release 1.1.0
Implemented developer tools, unit tests, es6 and babel, corrected
ranges by definitions.
- Implemented Babel.
- Fully implemented ES6.
- Refactor project structure.
- Removed unnecessary PK Builder.
- Updated documentation.
- Implemented & passed ESLINT tests.
- Implemented unit tests.
- Corrected ranges from hourly to yearly according right definition
- Removed node_modules from repo and added .gitignore
- Added development tools, gulp, mocha, etc. (see package.json)
Release 1.0.4
This release implements custom rage functionallity and fixes the
primary key builder.
- Refactor PrimaryKey Builder https://github.com/victorhqc.
- Implemented Custom Range
Release 1.0.3
This release improves the module structure by separating the builders
into different files, also it improves the properties documentation
and adds a Stats Wrapper example
- Separated builders into files
- Improves documentation
- Adds example of stats wrapper
Release 1.0.2
This release includes custom primary key support by checking the
model configuration dynamically.
- Added Changelog
- Added Custom Primary Key Support
- Added Validation on Stats Wrapper to verify if methods exist