structurae
Advanced tools
Changelog
[4.0.0-pre.6] - 2021-06-26
Changelog
[4.0.0-pre.5] - 2021-06-24
View.create
accepts object constructor as optional second parameter.Changelog
[4.0.0-pre.1] - 2021-06-16
(breaking changes)
create
, e.g. instead of new Pool(30)
use Pool.create(30)
.View
class that serves as the entry point for all views. Mixins related to binary
structures are removed, use View.create
to initialize view classes for all
supported types, including objects, maps, arrays, etc.BitFieldMixin
no longer automatically creates BigBitField
, use
BigBitFieldMixin
explicitly if bigints are needed.Changelog
[3.2.0] - 2020-07-09