Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (34 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

41 lines (34 loc) · 1.38 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased - ReleaseDate

0.3.0 - 2020-06-30

0.2.3 - 2020-02-11

Fixed

  • fix bytelevel::Product append operation
  • count padding bytes in field size
  • handling of PNil→[{Bytes,Array}<_, U0>|...]

0.2.2 - 2020-02-07

Added

  • #[no_std] compatible.
  • GenericArray support.
  • Expose layout module providing some of typic's type-level information about types (namely: size and minimum alignment).

0.2.1 - 2020-02-06

Fixed

  • Removed unused, nightly-only feature.

0.2.0 - 2020-02-06

Breaking Changes

  • Everything. This is a complete rewrite.

0.1.0 - 2019-12-28

Added

  • Initial, prototype release.