Skip to content

Latest commit

 

History

History
68 lines (59 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

68 lines (59 loc) · 2.24 KB

Change Log

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.

Added

Fixed

  • [documentation] Mention old IE bug and workaround.
  • [examples] Add examples of old IE bug workaround.
  • [examples] Comment the assert browser shim.
  • [documentation] Clarify/update to-do list in readme.
  • [examples] Use posixy path separator in test.

Changed

1.1.0 - 2016-05-28

Fixed

  • Stop leaking globalMochaAvailable function in non-strict mode.
  • [examples] Check define.amd and not just existence of define (both example/test code and README).
  • [metadata] Git ignore all .tmp files.

Added

  • [metadata] peer dependencies:
    • mocha@>=1.2.1
  • [documentation] this change log
  • [metadata] shrinkwrap for (dev) dependencies' dependencies

Changed

  • [metadata] Updated dev dependencies:
  • [examples] names of test files; because I discovered I'm in the habit of typing "in{tab}" to get index.htm[l]

1.0.0 - 2016-05-14 [Initial]

Added

  • loader plugin
  • [metadata] license
  • [metadata] packaging
  • [documentation] readme
  • [examples] AMD-style test
  • [examples] CommonJS/Node.js-style test
  • [examples] webpage to run tests
  • [examples] Mocha configuration to run tests from the commandline
  • [metadata] dev dependencies: