Skip to content

Latest commit

 

History

History
247 lines (154 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

247 lines (154 loc) · 15.1 KB

📜 Changelog

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

0.1.3 - 2024-03-31

⚙️ Continuous Integration

  • Improve build process to use a matrix and add binary for windows aarch64 - (ab8f3ba)
  • Fix aarch64 binary builds - (888c734)
  • Fix linux aarch64 build - (24e8fc5)

🐛 Bug Fixes

  • Fix wheel building on windows aarch64 - (a7ef4a5)
  • Add content type header to nanopub server request (fix error when running test with jest and nodejs). Add env variable to try fix build on aarch64 - (c464e63)

📚 Documentation

  • Improve error msg display in playground page - (dfa0d44)
  • Add loader icon for editor - (a13b4fb)

🚜 Refactor

  • Creating a new intro nanopub now fails if the ORCID or name of the introduced Profile are empty - (2a7fae5)

🛠️ Miscellaneous Tasks

🧪 Testing

  • Test with reqwest native-tls - (5cae658)

0.1.2 - 2024-03-07

⚙️ Continuous Integration

  • Improve wheel building in build workflow, use the maturin gh action inspired from pydantic2 - (d26d008)
  • Fix wheel working dir - (e3e0f30)

🚜 Refactor

  • Rename get_rdf() function to rdf() - (bb28299)

🛠️ Miscellaneous Tasks

  • Bump version to 0.1.2 - (85d2bde)

0.1.1 - 2024-03-06

⛰️ Features

  • Add python bindings for generating private/public KeyPair and static method Nanopub.publish_intro() to publish an introduction - (d02ef65)

🐛 Bug Fixes

  • Fix tokio dev dependency for when runninv cov tests - (de2a109)

📚 Documentation

  • Migrate docs from mdbook to material for mkdocs - (d2785dc)
  • Add service worker to playground to speed up loading assets - (e2f6bfc)

🛠️ Miscellaneous Tasks

  • Bump version to 0.1.1 - (b2ff457)

0.1.0 - 2024-03-04

⚙️ Continuous Integration

  • Fix test workflow, add cargo deny - (d618203)
  • Add git cliff to generate changelog - (69d5de9)
  • Fix release script - (bfbc7ac)

⛰️ Features

  • Now supports null for profile and string in JS np.publish(). Related to #4 - (63093e4)
  • Add support for re-signing already signed Nanopubs. Related to #4 - (e8a37d9)
  • Add fetch static function to JS bindings - (c5635da)
  • [breaking] Change the python API to use instantiated Nanopub objects instead of static functions on the Nanopub class to check/sign/publish - (9e34dda)

🐛 Bug Fixes

  • Fix handling of published URI - (2840850)

📚 Documentation

  • Fix rust codeblocks in docs - (2c82215)

🛠️ Miscellaneous Tasks

  • Delete bump.sh script, now replaced by release.sh - (0f72924)
  • Cleanup dev dependencies for python build - (2aff338)
  • Bump version to 0.1.0 - (7841e1d)

🧪 Testing

  • Add tests for python and JS with pytest and jest. Update some gh actions versions - (fdca2f7)

0.0.17 - 2024-01-30

🐛 Bug Fixes

  • Fix issue with keypair in demo - (0f6d0bc)
  • Fix docs - (b77cbe4)
  • Fix rsa crate version - (62cabd2)
  • Fix nanopub java ddl in workflow - (9d7568a)

0.0.16 - 2023-12-01

🐛 Bug Fixes

0.0.15 - 2023-11-29

🐛 Bug Fixes

0.0.14 - 2023-11-29

🐛 Bug Fixes

0.0.13 - 2023-11-27

0.0.12 - 2023-11-27

🐛 Bug Fixes

  • Fix demo example - (021607c)
  • Fix KeyPair import in demo - (0e48f56)
  • Fix wasm init for pub intro - (2501c4b)
  • Fix demo intro pub - (7a8b177)

0.0.11 - 2023-11-27

🐛 Bug Fixes

0.0.10 - 2023-11-24

🐛 Bug Fixes

0.0.9 - 2023-11-21

0.0.8 - 2023-11-21

🐛 Bug Fixes

0.0.7 - 2023-11-20

🐛 Bug Fixes

0.0.6 - 2023-11-20

🐛 Bug Fixes

  • Fix npm publish bump 0.0.6 - (3d3a0e5)

0.0.5 - 2023-11-20

🐛 Bug Fixes

  • Fix npm publish bump 0.0.5 - (bcccf74)

0.0.4 - 2023-11-20

🐛 Bug Fixes

0.0.3 - 2023-11-20

🐛 Bug Fixes

  • Fix bump script and bump to 0.0.3 - (69ee8fa)

0.0.2 - 2023-11-20

🐛 Bug Fixes

  • Fix issues with pkg versions - (6822464)

0.0.1 - 2023-11-20

🐛 Bug Fixes

📚 Documentation