Skip to content

Latest commit

 

History

History
104 lines (68 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

104 lines (68 loc) · 4.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.

[Unreleased]

1.1.1 - 2024-12-14

Other

  • codegen
  • dprint
  • Update README.md
  • (deps) update rust crates
  • (deps) update rust crates
  • (deps) update dependency rust to v1.83.0 (#78)
  • (deps) update rust crates
  • (deps) update rust crates to v1.0.215
  • (deps) update rust crate thiserror to v2.0.3
  • (deps) update rust crate thiserror to v2
  • (deps) update rust crates to v1.0.93
  • cargo autoinherit
  • (deps) update rust crate criterion2 to v2

1.1.0 - 2024-10-30

Added

  • export Version (#74)

Other

  • (deps) update rust crates
  • (deps) update rust crates
  • (deps) update rust crates
  • (deps) update rust crate indexmap to v2.6.0
  • (deps) update rust crates
  • (deps) update rust crates
  • (deps) update dependency rust to v1.81.0 (#70)

1.0.3 - 2024-09-03

Fixed

  • downgrade caniuse-db to 1.0.30001639

Other

  • print raw strings in caniuse_region_matching and caniuse_feature_matching (#69)
  • sort caniuse_region_matching data

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