Skip to content

Commit d33a3e8

Browse files
committed
Release v0.2.0
1 parent 2d95d74 commit d33a3e8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## v0.2.0
2+
3+
> 2022-07-19
4+
5+
## Summary
6+
7+
Fixed some unfortunate misspellings of WCAG, renamed a bunch of functions and added lots more documentation.
8+
9+
### Commits
10+
11+
- [[`2d95d74`](https://github.com/sondr3/a11y-color-contrast.git)] Yet another tiny mistake
12+
- [[`105b82b`](https://github.com/sondr3/a11y-color-contrast.git)] Temporarily disable doc tests
13+
- [[`a5f5ea9`](https://github.com/sondr3/a11y-color-contrast.git)] Update README
14+
- [[`145b249`](https://github.com/sondr3/a11y-color-contrast.git)] Fix totally wrong values in apcaContrastValue docs
15+
- [[`ad05e86`](https://github.com/sondr3/a11y-color-contrast.git)] Add documentation to isValidColor
16+
- [[`12eb2e9`](https://github.com/sondr3/a11y-color-contrast.git)] Rename more things, more documentation
17+
- [[`a0eebf0`](https://github.com/sondr3/a11y-color-contrast.git)] Create new wcagContrastValue function, more
18+
documentation
19+
- [[`170b205`](https://github.com/sondr3/a11y-color-contrast.git)] Yeah, nah, no more grouped exports
20+
- [[`99d110c`](https://github.com/sondr3/a11y-color-contrast.git)] And export the class
21+
- [[`0027b63`](https://github.com/sondr3/a11y-color-contrast.git)] Fix names being wrong :facepalm:
22+
- [[`bdb7b48`](https://github.com/sondr3/a11y-color-contrast.git)] Try with a class instead
23+
- [[`75818aa`](https://github.com/sondr3/a11y-color-contrast.git)] Actually export wcag object
24+
- [[`797f2a1`](https://github.com/sondr3/a11y-color-contrast.git)] Function renaming, add documentation
25+
- [[`cfc5893`](https://github.com/sondr3/a11y-color-contrast.git)] Convert functions to named functions for deno doc
26+
- [[`e9b3e07`](https://github.com/sondr3/a11y-color-contrast.git)] Add documentation, example to 'toHex' function
27+
- [[`0d20fe6`](https://github.com/sondr3/a11y-color-contrast.git)] Change toHex method to use bit shifting dark magics
28+
- [[`cfb3d73`](https://github.com/sondr3/a11y-color-contrast.git)] Run doctests on CI, fix README/examples so they
29+
compile
30+
- [[`f53d244`](https://github.com/sondr3/a11y-color-contrast.git)] Fix wrong URL to documentation
31+
132
## v0.1.0
233

334
> 2022-07-19

0 commit comments

Comments
 (0)