Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.61 KB

CHANGELOG.md

File metadata and controls

52 lines (36 loc) · 2.61 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.

[Unreleased]

1.0.2 - 2024-07-01

Other

  • (deps) update npm packages (#52)

1.0.1 - 2024-06-24

Other

  • (deps) update rust crates
  • (deps) update rust crate rustc-hash to v2

0.17.1 - 2024-06-17

Other

  • (deps) update npm packages (#45)

0.17.0 - 2024-06-01

Added

  • [breaking] change Error::Nom to Error::parse for future compatibility (#39)
  • [breaking] change API to accept &[S] instead of IntoIterator<Item = S> (#29)

Other

  • bump electron-to-chromium
  • remove once_cell (#33)
  • shrink generated code size (#32)
  • remove once_cell from CANIUSE_BROWSERS (#30)
  • remove crate-type from Cargo.toml
  • improve sort method (#28)
  • remove itertools (#27)
  • remove either (#26)
  • remove chrono (#24)

0.16.2 - 2024-05-30

Other

  • clean up node version and node releases (#21)
  • reduce the size of json data in "caniuse_feature_matching" (#20)

0.16.1 - 2024-05-29

Other

  • Made everything slightly better