All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed broken import (8bf7286)
- 💥 BREAKING: Moved all of the package's non-browser-specific functionalities to the new
@spuxx/js-utils
package. This includes:ServiceMixin
IntlService
LoggerService
sleep
,isEmptyOrWhitespace
anddeepMerge
- Package source code has been movted into the jslibs monorepo.
- Added
deepMerge
utility function.
- Added more information to
package.json
.
DeviceManager
service is now calledUserAgent
.
react.svg
is no longer part of the build output.- Fixed test app.
🌟 Initial release.