Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2ab9cee
Branch for release 10.0
cristianoc Jul 18, 2022
64756da
changelog: string constants don't need escaping
cristianoc Jul 21, 2022
7fa2f3a
Merge all alpha/beta changes into one, and cleanup.
cristianoc Jul 21, 2022
1afc323
Update CHANGELOG.md
cristianoc Jul 21, 2022
fa94627
Update CHANGELOG.md
cristianoc Jul 21, 2022
e35190a
Update CHANGELOG.md
cristianoc Jul 21, 2022
d559f5f
Fix issue with bytes_to_string in library.
cristianoc Jul 22, 2022
cf7792b
Remove bytes_of_string.
cristianoc Jul 22, 2022
daed394
snapshot after cherrypick
cristianoc Jul 22, 2022
dc71e98
Update CHANGELOG.md
cristianoc Jul 22, 2022
ac3744a
Version 10.0.0-rc.1 (#5584)
cknitt Jul 23, 2022
8e3ccc6
New README (#5586)
cknitt Jul 23, 2022
26eb4ab
Further fix for %bytes_to_string
TheSpyder Jul 24, 2022
5bc6519
snapshot after cherrypick
cristianoc Jul 24, 2022
00d896b
Bump version to rc.2
cristianoc Jul 24, 2022
31a3645
chore: remove mention of @optional from changelog
Aug 21, 2022
23d5167
Consolidate changelog into a single 10.0.
cristianoc Aug 22, 2022
35365bc
Streamline building all build artifacts / cmij files required by the …
ryyppy Aug 22, 2022
be8d771
format
cristianoc Aug 23, 2022
2730b62
Version 10.0.0
cknitt Aug 23, 2022
e7cbf55
add changelog note for unicode support
zth Aug 23, 2022
3d37316
Update CHANGELOG.md
cristianoc Aug 24, 2022
e92d1fc
Update CHANGELOG.md
cristianoc Aug 24, 2022
8aa9ec8
Add playground upload script for KEYCDN publishing
ryyppy Aug 26, 2022
0bce868
Add more comments to the upload script
ryyppy Aug 26, 2022
dd35d0a
Close the lock file after opening
hellos3b Aug 30, 2022
d158010
Add changelog for 10.0.1.
cristianoc Aug 30, 2022
aa2e009
Close the lock file after opening
hellos3b Aug 30, 2022
fe2c822
Add changelog for 10.0.1.
cristianoc Aug 30, 2022
d025441
Merge branch '10.0_release' of https://github.com/rescript-lang/rescr…
cristianoc Aug 30, 2022
8149ea2
Version 10.0.1 (#5624)
cknitt Aug 31, 2022
db60e49
Update CONTRIBUTING with correct playground cmi / cmj information
ryyppy Sep 5, 2022
d25fb0e
Merge pull request #5618 from rescript-lang/ryyppy/playground-upload-…
ryyppy Sep 5, 2022
e777d3e
Sync CONTRIBUTING.ml with master.
cristianoc Sep 5, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jscomp/common/bs_version.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "10.0.0-beta.3"
let version = "10.0.0"
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = ref "rescript"
2 changes: 1 addition & 1 deletion lib/4.06.1/rescript.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5492,7 +5492,7 @@ end = struct
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "10.0.0-beta.3"
let version = "10.0.0"
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = ref "rescript"

Expand Down
2 changes: 1 addition & 1 deletion lib/4.06.1/unstable/js_compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17626,7 +17626,7 @@ end = struct
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "10.0.0-beta.3"
let version = "10.0.0"
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = ref "rescript"

Expand Down
2 changes: 1 addition & 1 deletion lib/4.06.1/unstable/js_playground_compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17626,7 +17626,7 @@ end = struct
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "10.0.0-beta.3"
let version = "10.0.0"
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = ref "rescript"

Expand Down
2 changes: 1 addition & 1 deletion lib/4.06.1/whole_compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -179897,7 +179897,7 @@ end = struct
* You should have received a copy of the GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
let version = "10.0.0-beta.3"
let version = "10.0.0"
let header = "// Generated by ReScript, PLEASE EDIT WITH CARE"
let package_name = ref "rescript"

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",
"version": "10.0.0-beta.3",
"version": "10.0.0",
"devDependencies": {
"mocha": "^7.2.0",
"nyc": "^15.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/std/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rescript/std",
"version": "10.0.0-beta.3",
"version": "10.0.0",
"keywords": [
"rescript",
"stdlib",
Expand Down