Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Sep 23, 2024
1 parent 4587b17 commit 365cfa1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master

# 0.1.2

- Add `allowEmptyString` option to `FormDataHelpers.getString`, and make sure that empty strings are treated as `None` by default.
- Handle `on` and `off` values for `FormDataHelpers.getBool`.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-x",
"version": "0.1.1",
"version": "0.1.2",
"scripts": {
"res:build": "rescript",
"res:clean": "rescript clean",
Expand Down

0 comments on commit 365cfa1

Please sign in to comment.