Skip to content

Releases: dusty-phillips/rescript-zora

v5.0.1

23 May 16:14
Compare
Choose a tag to compare
  • Update .npmignore to leave out ReScript build artifacts and .github 7630aca

v5.0.0...v5.0.1

5.0 relase notes (release was yanked; use 5.0.1)

  • Bump rescript.json version 7dcc4b9
  • Fix the migration subheaders 06b4edf
  • Fix CI by running npm install 0527bd3
  • Update resultError to take a check function to assert on the value Also introduce ignoreValue for those instances where the value is unimportant. 1dae595
  • Fix test for file changes 19c5c7c
  • Add a pull request workflow e9594d6
  • Merge pull request #9 from brettcannon/no-description-required 5e40865
  • Normalize capitalization of types in failure message of resultOk as compared to optionSome. b411077
  • Port resultError 56f5ac0
  • Port optionNone Along the way, move off of Belt and over to Core. 823d947
  • Port fail 5d5d3fc
  • Port notOk 49f036c
  • Port ok 2630798
  • Port isNot ec4b755
  • Port is 8940171
  • Port notEqual 7b2933a
  • Port equal over to not requiring a description 971fcf8
  • Merge pull request #7 from brettcannon/rescript-11 5e24864
  • Update for ReScript 11 Along the way add a .github/FUNDING.yml and add some more keywords to package.json to help with discoverability at https://rescript-lang.org/packages . 16868b6

v4.0.0...v5.0.0

Rescript 10.1 (async/await) support

04 Mar 22:17
Compare
Choose a tag to compare

Explicit module-loader in test command

14 May 17:53
Compare
Choose a tag to compare
  • Explicitly set --module-loader module in test command e194f3a

v3.0.0...v3.0.1

Remove type: module

18 Sep 13:45
Compare
Choose a tag to compare

Remove type: module so it can work with commonjs. It is most likely to work with node if you explicitly set the suffix to .cjs or .mjs, and remember to rescript build -with-deps to update the extensions on all dependencies.

v2.0.0...v3.0.0

v2.0.0

01 Aug 18:04
Compare
Choose a tag to compare
  • Bump pta dependency to 1.0.0 and document simpler behaviour

v1.1.0...v2.0.0

v1.1.0

25 Jul 18:41
Compare
Choose a tag to compare
  • Allow asserting of value of option and result f2dcd17
  • Bump dependencies 9f334e8

v1.0.0...v1.1.0

Move option and result assertions out of submodules

06 Jun 19:05
Compare
Choose a tag to compare

In practice, the Option and Result modules were conflicting with the
Belt.* and Js.* modules of these names if you used open on them alongside
Zora. Because Zora is not meant to replace those modules, I felt it was
better to make this change.

This is a backwards incompatible change, so I took the opportunity to release as 1.0!

v0.1.1...v1.0.0