rescriptis updated tov11.1.0.rescript/coreis updated tov1.3.0.
rescriptis updated tov11.- [ BREAKING ] Old Reason API is removed.
- Library transitioned to the ReScript syntax with the new name:
rescript-classnames. - [ BREAKING ] We reduced the API surface by a lot. See re-classnames#api.
- [ DEPRECATED ] Old api is deprecated and available under
CnRenamespace.
- Even faster :) Thanks, @Et7f3!
- Perf! We're ~5.5 times faster than
v4and ~4 times faster thanclassnames.jscounterpart. - [ NEW ]
(+)infix operator - [ NEW ]
appendfunction - [ NEW ]
fromListfunction - [ NEW ]
nonealias - [ NEW ]
onOkcombinator - [ NEW ]
mapOkcombinator - [ NEW ]
onErrcombinator - [ NEW ]
mapErrcombinator - [ DEPRECATED ]
make. Use either(+)(recommended) orfromList(slower). - [ DEPRECATED ]
ifTrue. Useon. - [ DEPRECATED ]
ifSome. UseonSome. - [ DEPRECATED ]
unpack. Usetake.
bs-platformupdated tov7.
- [ BREAKING ]
bs-platformupdated to5.0.0.
- [ BREAKING ] API style is changed from data-last to data-first (use
->instead of|>) - [ BREAKING ]
Cn.unwraprenamed toCn.unpack(in Rustunwrapthrows onNone, whileCnjust ignores it) - [ BREAKING ]
ClassNamesmodule is removed, useCn
bs-platformupdated to4.0.2.
- [ BREAKING ]
Cn.ifBoolrenamed toCn.ifTrue - [ BREAKING ]
Cn.ifOptrenamed toCn.unwrap - [ BREAKING ]
Cn.mapOptrenamed toCn.mapSome Cn.ifSomeadded.
bs-platformupdated to3.0.0.
- [ BREAKING ]
bs-platformupdated to2.2.2.
Initial release.