Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 852 Bytes

CHANGELOG.md

File metadata and controls

52 lines (28 loc) · 852 Bytes

Changelog

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.

1.2.1

Release date: 2024-07-13

Added

  • Add BitField.toString method.

Changed

  • Migrate repository and issue tracker to Codeberg.

1.2.0

Release date: 2024-07-10

Added

  • JSON serializable helper methods.

1.1.0

Release date: 2023-11-30

Added

  • Ability to use [] and []= operators on BitField.
  • Ability to compare BitFields.

1.0.1

Release date: 2023-11-29

Changed

  • Renamed BitField.has to BitField.contains.

1.0.0

Release date: 2023-11-29

Added

  • BitField class.
  • BitFlag extension.