Skip to content

v4.0.0

Compare
Choose a tag to compare
@mikaello mikaello released this 02 Jan 08:55
· 34 commits to master since this release

Renamed the repository to rescript-tinycolor from bs-tinycolor to adhere to the standard described in the ReScript forum: https://forum.rescript-lang.org/t/ann-rescript-package-index-release/801

The breaking changes:

  • Package name is now rescript-tinycolor (instead of bs-tinycolor
    • Remember to update both package.json and bsconfig.json
  • In the code you need to access module RescriptTinycolor instead of BsTinycolor:
    - open BsTinycolor
    + open RescriptTinycolor