Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.2 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]

[0.4.1] - 2024-08-16

Fixed

  • Compatability with Elixir / credo / httpoison (#4 / thanks @markolson-powerschool)

[0.4.0] - 2021-09-26

Added

  • Support for alerts on GitHub issues being closed. @cheerfulstoic
  • fix unused arguments compiler warnings (#1 / @joseph-lozano)

Changed

  • mix format

[0.3.0] - 2021-09-22

Added

  • Support for specifying exploding notes based on package versions. @cheerfulstoic

[0.2.1] - 2021-09-20

Changed

  • Lower required version of Elixir from 1.12 to 1.7. Didn't choose that version for any specific reason and it could perhaps go lower. @cheerfulstoic

[0.2.0] - 2021-09-20

Added

  • Support plain notes without expressions. Without this either you keep the built-in TODO/FIXME checks and get duplicates or you disable them and you lose basic notes. @cheerfulstoic

[0.1.0] - 2021-09-19

Added

  • Basic functionality! Exploding comments for date/times. README! @cheerfulstoic