Skip to content

Latest commit

 

History

History
78 lines (55 loc) · 5.99 KB

CHANGELOG.md

File metadata and controls

78 lines (55 loc) · 5.99 KB

Changelog

1.2.1 (2021-06-19)

Build System / Dependencies
  • version: version bump to next snapshot (648c958b)
New Features

1.2.0 (2021-03-18)

Build System / Dependencies
  • version:
  • npm:
  • package-lock: update the snapshot version in the lock (462a60cc)
  • files: added pack files to the package (5b8f3d05)
  • eslint: drag in eslint as a dev dependency to test the config (c4c3de6b)
Chores
  • email: updated bugs email (e68aad4d)
  • naming: re-name packages to correct name (18e708aa)
  • eslint:
    • allow non-camelcased properties (2e0ae2de)
    • bump up the allowable line character count to 100 (11af0d35)
  • style: added style rules to the eslint docs (be233ec7)
Documentation Changes
  • npm: added some more documentation to the package file (cb9799a0)
  • readme: added a basic readme to the project (dfc2c550)
  • license: added the MIT license file (f3d86372)
New Features
  • eslint:
    • addition of many non-stylistic rules (1b10f770)
    • added base eslint configuration to start from (62d2ccca)
Bug Fixes
  • index: do a local require of the eslint (09a3d421)
  • eslint: fix eslint config to my dev style (38c5a7ff)
Refactors
  • eslint: remove enforced value alignment (2a8bda81)
  • npm: change the name to be organisation spaced (a9b1d500)
Code Style Changes
  • eslint: allow property reassigning (c58e50ef)
Tests
  • eslint: added a test case for reassigning object params (c9bde8c9)
  • file: include a simple test file for the project standards (ddbec33f)