File tree Expand file tree Collapse file tree 3 files changed +128
-182
lines changed Expand file tree Collapse file tree 3 files changed +128
-182
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,27 @@ This name should be decided amongst the team before the release.
38
38
----------------------------------------------------------------------->
39
39
40
40
## [ Unreleased]
41
- [ unreleased ] : https://github.com/tweag/topiary/compare/v0.2.1...HEAD
41
+ [ unreleased ] : https://github.com/tweag/topiary/compare/v0.2.2...HEAD
42
+
43
+ ## [ 0.2.2] - 2023-06-12
44
+ [ 0.2.1 ] : https://github.com/tweag/topiary/compare/v0.2.1...v0.2.2
45
+
46
+ ### Added
47
+ * [ #498 ] ( https://github.com/tweag/topiary/pull/498 ) Updated the playground to include a nicer editor.
48
+ * [ #487 ] ( https://github.com/tweag/topiary/pull/487 ) Added a flag to ` format ` function that allows skipping the idempotency check.
49
+ * [ #486 ] ( https://github.com/tweag/topiary/pull/486 ) Added the processing time to the online playground.
50
+ * [ #484 ] ( https://github.com/tweag/topiary/pull/484 ) Enabled the playground to perform on-the-fly formatting.
51
+ * [ #480 ] ( https://github.com/tweag/topiary/pull/480 ) Shows which languages are marked as experimental in the playground.
52
+
53
+ ### Changed
54
+ * [ #490 ] ( https://github.com/tweag/topiary/pull/490 ) Bumped the Nickel grammar.
55
+ * [ #494 ] ( https://github.com/tweag/topiary/pull/494 ) Bumped the OCaml grammar, and fixed for the renamed ` infix_operator ` named node.
56
+
57
+ ### Fixed
58
+ * [ #493 ] ( https://github.com/tweag/topiary/pull/493 ) Fixed
59
+ [ #492 ] ( https://github.com/tweag/topiary/issues/492 ) by only trimming newlines in prettyprinting.
60
+ * [ #491 ] ( https://github.com/tweag/topiary/pull/493 ) Fixed
61
+ [ #481 ] ( https://github.com/tweag/topiary/issues/492 ) , a SIGSEGV in exhaustivity testing.
42
62
43
63
## [ 0.2.1] - 2023-05-23
44
64
[ 0.2.1 ] : https://github.com/tweag/topiary/compare/v0.2.0...v0.2.1
You can’t perform that action at this time.
0 commit comments