Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

55 lines (31 loc) · 2.93 KB

📜 Changelog

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

0.1.3 - 2024-08-22

⛰️ Features

  • [breaking] Add passthrough param to the compress_list and expand_list functions (default to true for python and JS bindings) - (b7fae77)

🐛 Bug Fixes

  • Fix reqwest version to avoid vulnerability - (d9b6414)

🛠️ Miscellaneous Tasks

  • Fix version in github action workflow - (df2a833)

0.1.2 - 2024-05-25

⛰️ Features

  • Add functions to standardize prefix, CURIE, and URI. Add Converter::from_shacl() loader using the sophia library for RDF manipulation. All functions added to the rust library are now also available in python and JS - (ae67b97)
  • Add functions compress_or_standardize, expand_or_standardize, is_uri, is_curie. Add git cliff to generate CHANGELOG.md and release notes - (b663c97)

🐛 Bug Fixes

📚 Documentation

  • Use codeblocks tabs for the different languages - (a8e9dd0)

🛠️ Miscellaneous Tasks

  • Bump version to 0.1.2 - (6386305)

0.1.1 - 2024-01-02

0.1.0 - 2024-01-02

🐛 Bug Fixes

📚 Documentation