File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+
4
+ ## 3.0.4
5
+
6
+ * CLI.Parser.oneOfArgs now return's first error that is not an arity error, if possible, to
7
+ increase the likelyhood of returning an interesting error message.
8
+
9
+ ## 3.0.3
10
+
11
+ * More precise scan for sourcefiles to avoid arbitrary JS to end up in package bundles, causing
12
+ compile errors.
13
+
14
+ ## 3.0.2
15
+
16
+ * Fix encoding of ` PackageValidate ` backend command
17
+
18
+ ## 3.0.1
19
+
20
+ * Use correct backend version
21
+
22
+ ## 3.0.0
23
+
24
+ * When we started the changelog
Original file line number Diff line number Diff line change 4
4
"name" : " gren-lang/compiler-node" ,
5
5
"summary" : " Node specific functionality of the Gren compiler" ,
6
6
"license" : " BSD-3-Clause" ,
7
- "version" : " 3.0.3 " ,
7
+ "version" : " 3.0.4 " ,
8
8
"exposed-modules" : [
9
9
" CLI.Parser" ,
10
10
" CLI.PrettyPrinter" ,
You can’t perform that action at this time.
0 commit comments