App Template Rescript React Versions Save

Adding ReScript with rescript-react on top of @snowpack/app-template-react

v4.0.1

2 years ago
  • Stick with snowpack 3.0.x, newer version has a degression 5e72bb3
  • Update reason to rescript in bsconfig a968f75
  • Move test bindings to a dedicate module cabda7e
  • Change project name (reason to rescript), add ReScript link to main page a9a21cc

https://github.com/jihchi/app-template-rescript-react/compare/v4.0.0...v4.0.1

v4.0.0

3 years ago
  • Deprecate @snowpack/plugin-run-script in favor of @jihchi/plugin-rescript #13

https://github.com/jihchi/app-template-reason-react/compare/v3.0.3...v4.0.0

v3.0.3

3 years ago
  • fix: command start #12 (Thanks ri7nz)
  • Upgrade rescript to 9.1.1, remove build -with-deps parameter 696a6baa2acb9b0d6e60cbc7abf15d9f1c846eaf

v3.0.2

3 years ago
  • Exclude *.{res,resi} from the final build files 14802d71cffb6aecc27aa04581158583901e5acb

v3.0.1

3 years ago
  • Manually compile ReScript files before snowpack build 83acbb23ebbecd37aa1a9753630435796842dee8

v3.0.0

3 years ago

Breaking Changes

v2.0.0

3 years ago

Breaking Changes

  • Get rid of testing for now a82c132
  • Upgrade snowpack to 3.0 #8

https://github.com/jihchi/app-template-reason-react/compare/v1.6.3...v2.0.0

v1.6.3

3 years ago
  • Upgrade bs-platform to 8.4
  • Remove redundant @bs. for annotations

v1.6.2

3 years ago
  • Remove unused babel.config.json (#6, @thezjy)

v1.6.1

3 years ago
  • Upgrade react to v17
  • Upgrade dependencies to latest version