Skip to content

v5.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 15 Mar 16:42
· 26 commits to main since this release
0484362

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#125 by @JordanMartinez, #126 by @kl0tl)
  • Changed flex, flexGrow, and flexShrink to use Number rather than Int for the grow and shrink values (#64 by @andywhite37)
  • Refactored FontStyle type to be a sum type rather than a newtype and added tests (#95 by @vyorkin)
  • Fixed infix levels of selector operators (#78 by @vyorkin)

New features:

Bugfixes:

Other improvements:

  • Removed purescript-generics dependency (#76 by @vyorkin)
  • Changed default branch to main from master
  • Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#121 by @maxdeviant)