You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ Notable changes are documented in this file. The format is based on [Keep a Chan
4
4
5
5
## [Unreleased]
6
6
7
+
Breaking changes:
8
+
9
+
New features:
10
+
11
+
Bugfixes:
12
+
13
+
Other improvements:
14
+
15
+
## [0.2.0] - 2023-05-16
16
+
7
17
Breaking changes:
8
18
-_For pseudo-elements only_, the `&:` operator has been replaced by `&::`. Pseudo-classes continue to work with the `&:` operator. nsaunders/purescript-tecton#33
9
19
- The `keyframesName` function has been dropped. Just use the `KeyframesName` constructor instead. (nsaunders/purescript-tecton#34)
@@ -22,8 +32,6 @@ New features:
22
32
Bugfixes:
23
33
- Fixed the content of the compiler error that results from duplicate properties or descriptors within a single ruleset. Previously all values were incorrectly reported as having the type `CommonKeyword`. nsaunders/purescript-tecton#39
0 commit comments