This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
v1.0.0-alpha.14
Pre-release
Pre-release
Windows compatibility! Yeay! We can thanks tretton37 that invited @MoOx to work on phenomic for an entire day with a dedicated team of developers (including @oscar-b, @emilpalsson and many more)!
π We can also thanks our backers that are supporting us for a while!
Thanks for believing in Phenomic!
If you are a JavaScript user π No breaking changes π
If you are a ReasonML user π₯ (minor) breaking change is expected π₯
Note that we replaced our database engine, to unlock new features in future releases. This should not change anything for you, but if you have weird differences or behaviors, please reach us.
π₯ Breaking changes
@phenomic/reason
: this plugin is deprecated by @MoOx
You can now directly includes some packages instead of this one in yourbsconfig.json
. See https://github.com/phenomic/phenomic/blob/4c9fb4a738ee1c26035e53d15ba8878298b9b26c/examples/reason-react-app/bsconfig.json#L14-L16
You can remove this package from yourpackage.json
.
Each packages should have bs-bindings (or native reasonml code). If not, do not hesitate to open issue or help us!
Feel free to reach us on our chat if you struggle updating.
π Bugfixes
-
@phenomic/plugin-collector-files
: Fix date parse from filename when using sub folders,
by @emilpalsson , reported by @dlindahl (in #1096) -
@phenomic/plugin-bundler-webpack
: Make webpack follow configured outdir,
by @emilpalsson
π Improvements
@phenomic/core
: Full windows compatibility (433c63d and f858688)@phenomic/core
: Gracefully handle if port is busy when starting dev server,
by @oscar-b, reported by @DavidWells (in #897)