Skip to content

Releases: mean-expert-official/loopback-stats-mixin

Release 1.1.0

02 Apr 22:09
Compare
Choose a tag to compare

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

01 Apr 23:17
Compare
Choose a tag to compare

This release implements custom rage functionallity and fixes the
primary key builder.

Release 1.0.3

01 Apr 18:28
Compare
Choose a tag to compare

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

01 Apr 15:12
Compare
Choose a tag to compare

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