You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SetContextFormat has been renamed to ContextFormat.
New features
@pack now accepts the special syntax F[C] for formats, which translates to ContextFormat{C, F}.
@pack can now be used to conveniently declare type parameter types and type parameter formats, which is necessary for packing and unpacking of types with type parameters.
Fixes
Improved test coverage and documentation for the @pack macro.
Fixed a bug by which core formats would ignore contexts for destruct.
Export the symbol FloatFormat, which was missed in version 0.2.