Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 1.07 KB

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.

[0.3.1] - 2025-01-10

Added

  • PartialEq derive on all structs and enums

[0.3.0] - 2025-01-10

Added

  • serde::Deserialize derive on all structs and enums

Removed

  • public parse associated functions from all structs except map, event, page and command

[0.2.3] - 2025-01-09

Added

  • This changelog
  • Documentation comments for lib, map, event, page and command

Fixed

  • README.md example relying on args

[0.2.2] - 2025-01-09

Added

  • Re-exported wolfrpg-map-parser::map::Map as wolfrpg-map-parser::Map
  • Usage section in README.md

Changed

  • Use new export in main.rs

[0.2.1] - 2025-01-08

Added

  • README.md draft

Fixed

  • extra folder and other files being published on Cargo

[0.2.0] - 2025-01-07

Added

  • LICENSE.md
  • All of the code