Releases: mwittig/pimatic-plugin-commons
Releases · mwittig/pimatic-plugin-commons
201600706, V0.9.2
201600619, V0.9.1
- Added generateDeviceId() method
- Minor fixture for unique(array) method
- Added customMessage feature to rejectWithErrorString()
- Improved API Doc
201600615, V0.9.0
- Added info method
20160325, V0.8.8
- Updated dev-dependencie
- Removed usage of deprecated Promise.settle
- Added licene info to README
20160305, V0.8.7
- Improved test coverage
- Updated dev-dependencies
- Minor gulpfile changes
20160117, V0.8.6
- Refactoring: Renamed rejectWithError() ro rejectWithErrorString() where rejectWithError() remains as a deprecated function for now.
- Improved creation of the error message string as part of rejectWithErrorString().
- Updated tests
20151228 V0.8.5
- Added debounce() helper function
- Added API documentation
- Added unit tests
- Setup travis build and coveralls
20151215, V0.8.4
- Added resetLastError() method
20151213, V0.8.3
- Added stack() method
- Changed output header for debug and error messages
- Documented code (work in progress)
20151213, V0.8.2
- Fixed bug in normalize() method if no upperBound set