Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 818 Bytes

File metadata and controls

38 lines (22 loc) · 818 Bytes

Changelog

Notable changes are documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Breaking changes:

New features:

Bugfixes:

Other improvements:

[2.1.0] - 2023-11-24

New features:

  • Expose ResizeObserverEntry, ResizeObserverEntry', and ResizeObserverSize types. (#5 by @paluh)

[2.0.0] - 2022-12-02

Breaking changes:

  • PureScript 0.15 migration
  • DOMRect type removed in favor of DOMRect from purescript-web-dom

Other improvements:

  • Spago migration
  • CI workflow improvements
  • Improved number display in example app
  • Tidy configuration and formatting checks
  • Integration test added

[1.0.0] - 2021-04-04

Initial release