Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

73 lines (55 loc) · 1.84 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.10.0] - 2023-12-12

Changed

  • Add eslint
  • Upgrade to @commitspark/git-adapter 0.10.0 with new default directories
  • Reduce number of files included in NPM package

Fixed

  • Fix lint errors
  • Switch to GraphQL query variables to prevent string escaping issues
  • Fix build process to include only relevant files

[0.9.0] - 2023-05-12

Changed

  • Rename organization

Fixed

[0.8.1] - 2023-04-28

Fixed

  • Remove package.lock development code pollution

[0.8.0] - 2023-04-28

Changed

  • Replace constructor use with object literals to prevent polluting DTOs with prototype function
  • Update to Git Adapter interface 0.7.0

[0.7.2] - 2023-03-15

Changed

  • Remove dependency injection package to support bundling with webpack & co.

[0.7.1] - 2023-03-12

Changed

  • Update dependencies

Fixed

  • Fixed inadvertent use of HTTP cache for some requests

[0.7.0] - 2022-12-13

Added

  • Expose schema file path and entries folder path as repository options

Changed

  • Update adapter documentation in README

[0.6.0] - 2022-11-01

Changed

  • Move NPM package to organization namespace
  • Update to organization-based git-adapter

[0.5.0] - 2022-10-25

Changed

  • Update to Git Adapter interface 0.4.0

[0.4.0] - 2022-10-24

Changed

[0.3.0] - 2022-10-05

Fixed

  • Fix errors exposed by strict types
  • Fix NPM package content

[0.2.0] - 2022-10-05

Added

  • Initial release