Skip to content

Latest commit

 

History

History
190 lines (140 loc) · 16.2 KB

File metadata and controls

190 lines (140 loc) · 16.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.

v1.0.7 - 2022-01-05

Commits

  • build(deps): bump actions/setup-node from 2.5.0 to 2.5.1 3c26ad2
  • chore(deps-dev): bump @commitlint/cli from 15.0.0 to 16.0.1 e10c9ce
  • chore(deps-dev): bump @commitlint/config-conventional 3f1aa0c
  • chore(deps-dev): bump eslint-plugin-jest-dom from 3.9.4 to 4.0.1 126d54f
  • ci: add command to push created tags during release f0a4db7
  • ci: add dependabot auto merge workflow 33990b1
  • ci: update release workflow to pull tags during checkout dc2f109
  • docs: update v1.0.6 changelog 73c9f33

v1.0.6 - 2021-12-20

Commits

  • chore: remove release script from package.json 7566e8e
  • chore(deps-dev): bump @types/node from 16.11.14 to 17.0.1 734bf46
  • chore(deps-dev): bump eslint-plugin-promise from 5.2.0 to 6.0.0 216a512
  • ci: add changelog step to release workflow b8d3f81
  • ci: add extra config options to release workflow 358d040
  • ci: add release action in workflows 14f1c2a
  • ci: add release workflow step to setup git user 2533104
  • ci: update release workflow name 887e117
  • docs: fix typos in readme 80ad70e
  • docs: update v1.0.5 changelog 0a91660

v1.0.5 - 2021-12-19

Commits

  • build(deps): bump actions/setup-node from 2.4.1 to 2.5.0 27450f2
  • chore(deps-dev): bump @commitlint/cli from 13.2.1 to 14.1.0 0f35272
  • chore(deps-dev): bump @commitlint/cli from 14.1.0 to 15.0.0 e3cebb9
  • chore(deps-dev): bump @commitlint/config-conventional f11f93a
  • chore(deps-dev): bump @commitlint/config-conventional 48f9713
  • chore(deps-dev): bump eslint-plugin-compat from 3.13.0 to 4.0.0 f355210
  • chore(deps-dev): bump lint-staged from 11.2.6 to 12.0.2 6b594ce
  • docs: update v1.0.4 changelog fc914a5

v1.0.4 - 2021-10-27

Commits

  • chore: add issues template 8f345f3
  • chore: convert issues to new github format cf97f6c
  • docs: add codeql badge to readme fec029b
  • docs: add historical changelog 7e5a84d
  • docs: update readme badges a70a36e
  • feat: add initial codeql analysis action 42905e9
  • fix: move module declarations to their own file 5f55090
  • fix: remove unnecessary comment in yml 49b5530
  • refactor: add back local in-memory cache to reduce loops 3c271b1
  • refactor: add independent array search function 888c0cc

v1.0.3 - 2021-10-25

Commits

  • feat: throw error when provided class name doesn't exist 59aadc6
  • refactor: update test description headings 6e07fdb

v1.0.2 - 2021-10-25

Commits

  • build(deps): bump actions/setup-node from 1 to 2.4.1 96b65b7
  • chore: add coveralls badge to readme f7a52e3
  • chore: upgade package versions a338025
  • feat: add dependabot.yml d277d29
  • feat: add publish to coveralls step in test action 7783eb8

v1.0.1 - 2021-10-24

Commits

  • chore: add built with section to readme fd2aa5a
  • chore: add code of conduct document 76a44b7
  • chore: add contributing document 44891f0
  • chore: add contributing section to readme b397b83
  • chore: add link to dynamic styles ssr example to readme 8a0c1cf
  • chore: update readme b8f6442
  • feat: alter benchmarks b44360a
  • fix: fix benchmarks 2ac8e93

v1.0.0 - 2021-10-24

Commits

  • chore: add dynamic styles section to readme 4b860ff
  • chore: add explicit extensions to some dot files 0bb4cf0
  • chore: clarify some comments in readme 3f236b9
  • chore: remove test step from pre-commit hook dc17b83
  • chore: remove year from license 8cbdad7
  • chore: update dynamic styles wording in readme 591eb24
  • chore: update readme 57e318d
  • feat: add additional tests to construct test suite 505b67f
  • feat: add github workflows c2acc4b
  • feat: add lint-staged 93a9889

v0.3.1 - 2021-09-05

Commits

  • fix: add fix for circular objects issue during caching attempt fc4da23
  • fix: fix typo in jest config 9bcc604

v0.3.0 - 2021-09-04

Commits

  • chore: trim code examples where possible 4adfa09
  • chore: update .eslintrc formatting a845e25
  • feat: add hash and cache to combat excessive class name construction on rerender 801b434
  • feat: allow user to omit initial style object reference 325fb41

v0.2.1 - 2021-09-02

Commits

  • chore: clean up package.json 059006c
  • chore: remove ts-node 734b9c6
  • chore: simplify package.json bugs value fdd6015
  • chore: update lint + format script globs fb2f761
  • chore: update size badge url to match new exports format 6f7f86c
  • chore: update typescript e6a9b94
  • fix: update benchmarks script 45df012
  • perf: remove unnecessary loops from construct 95d610f

v0.2.0 - 2021-09-01

Commits

  • docs: add section for multiple base class names bfa9702
  • feat: convert override styles to additional styles 0c4fe25
  • feat: replace static element properties on create fn with proxy 143089e
  • fix: update example css filenames f176d39

v0.1.3 - 2021-08-30

Commits

  • chore: remove explicit ie11 compatibility eca982a
  • chore: update package description 738f402
  • docs: add motivation + example section to README.md 4d0f56e
  • docs: add usage + api documentation 729f455
  • fix: capitalise 'api' in docs 1348c73
  • fix: fix docs typo 34beda3
  • fix: fix README.md formatting c55c60b
  • fix: update unpkg link for size badge add7b07
  • fix: update unpkg link for size badge 4c4928f

v0.1.2 - 2021-08-27

Commits

  • docs: add badges to README.md header cfde1e6
  • docs: create 'styled with chic-modules' usage badge de8aa2e
  • fix: alter package.json dist export fields 7a5c424

v0.1.1 - 2021-08-26

Commits

  • chore: remove np as dev dependency in favour of global install 1b057f4
  • fix: ensure class-modifying props are kebab cased 4a88172
  • refactor: replace classnames with classcat 7a98051

v0.1.0 - 2021-08-26

Commits

  • build: add rimraf and clean dist script 755ffb5
  • chore: add local + regression benchmarking c8b6179
  • chore: add prepack script d63c02e
  • chore: add standardised release script 3391f77
  • chore: add web urls to package.json 29eaa35
  • chore: make git hooks executable 9c6a4e2
  • chore: trim packed bundle files e883f0e
  • chore: update package.json to specify no side effects c217f1a
  • feat: add ability to inherit class-modifying props from attrs e7c8a68
  • feat: initial commit 77febe9