Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
62 lines (35 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 1.14 KB

Changelog

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

The format is based on Keep a Changelog.

Generated by Git Changelog.

Unreleased - now

[0.1.8] - 2021-02-09

Added

  • fail Github workflows if changelog has no additions
  • further test coverage for failure cases

Fixed

  • issue where {:noop} was returned instead of :noop

[0.1.7] - 2021-02-03

Added

  • check for priv_dir existance.

[0.1.6] - 2021-01-30

Added

  • github workflow to automate releases
  • Github workflow to execute tests on work branches

Changed

  • replace priv search with :code.priv_dir/1 to support releases
  • update tests to work with new priv_dir function

Removed

  • Travis-CI config ready for pending service shutdown

[0.1.5] - 2021-01-30

Fixed

  • ensure transform errors are not swallowed and surfaced correctly

[0.1.4] - 2021-01-30

Added

  • automated tests with fixtures.
  • documentation generation dependencies
  • LICENCE file

[0.1.0] - 2021-01-30

Added

  • basic transform process
  • README with setup instructions