Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 2.09 KB

CHANGELOG.org

File metadata and controls

78 lines (58 loc) · 2.09 KB

Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Unreleased

Added

Changed

Removed

0.6.0 - 2020-05-20

Changed

  • Fix unmatched parenthesis in special forms koans (@cniles)
  • Fix typo of koan name in special forms (@argvniyx)
  • Fix cl-structures and evaluation koans missing elisp-koans/ prefix (@argvniyx)

Removed

  • Hash table test which was unused (@cniles)

0.5.0 - 2019-10-13

Added

  • information on the cheatsheet branch

Changed

  • fix styling to be more consistent acress koans

Removed

  • some variables which were polluting the local namespace were refactored out to use scoped definitions

0.4.0 - 2019-09-03

Added

  • elisp-koans/contemplate function as main entrypoint for running tests (@matthew-piziak)

Changed

  • fix prefix for cl-loops to include trailing s
  • alter elisp-koans/run-tests to run tests in the order provided by elisp-koans-groups
  • fix styling to be more consistent across tests
  • fix parentheses for lambda (@bcfurtado)

Removed

  • usage of deprecated funcion elisp-koans/assert-equal

0.3.0 - 2019-07-30

Added

  • alias elisp-koans to elisp-koans/run-tests

Changed

  • fix paren nesting bug in elisp-koans/run-test

0.2.0 - 2019-07-30

Added

  • interactive function elisp-koans/run-tests for running all tests or a specific koan group
  • interactive function elisp-koans/run-test for running a single test
  • koan selection to elisp-koans/select-group

Changed

  • fix test names lacking elisp-koans/ prefix

Removed

  • commented out / unused assertions

0.1.0 - 2019-07-26

Added

  • this changelog
  • elisp-koans test groups from lisp-koans

Changed

  • README.org to provide an accurate usage description
  • elisp-koans tests to use ERT for test definitions, assertions, and runners