Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

52 lines (29 loc) · 1.15 KB

Changelog

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.

1.0.0 (2024-07-29)

Bug Fixes

[UNRELEASED]

Changed

  • 💥 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 and deepMerge

Chores

  • Package source code has been movted into the jslibs monorepo.

[0.3.0] - 2024-05-23

Added

[0.2.0] - 2024-05-07

Added

  • Added more information to package.json.

Changed

  • DeviceManager service is now called UserAgent.

Fixed

  • react.svg is no longer part of the build output.
  • Fixed test app.

[0.1.0] 2024-05-06

🌟 Initial release.