Skip to content

Commit 9bff8a1

Browse files
committed
Release v3.2.0
1 parent 203fd47 commit 9bff8a1

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

CHANGELOG

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,61 @@
1-
# v3.1.0
1+
# v3.2.0 (2017-11-07)
2+
3+
## New Features
4+
5+
* @ZaniaDeveloper 94068b1 - Avoid having a big file (#17)
6+
7+
This feature introduce `-split` option to config and command line. If its set
8+
the output file is splitted per asset file.
9+
10+
* @typeless 31e070ef - Add `-include` regex pattern to command line option
11+
12+
## Enhancements
13+
14+
* Rewrite makefile
15+
* Remove and ignore testdata output, 'testdata/out', from repository
16+
* Move "DO NOT EDIT" mark to the top, inline with "... generated by ..."
17+
18+
* release:
19+
* assetReleaseCommon: fix shadowed error variable
20+
* Rename underscores function name to snake-case
21+
22+
* [lint] Add comment to ByteWriter and StringWriter
23+
24+
* config:
25+
* Split validate() into validateInput() and validateOutput()
26+
* Error should not end with punctuation
27+
28+
* convert:
29+
* findFiles: never, ever use `defer` on recursive function
30+
* Fix comment on ByName type
31+
32+
* doc:
33+
* Fix misspellings
34+
* Fix package comment
35+
36+
* toc
37+
* Fix space alignment in generated asset names
38+
* writeGoMap: remove empty second value in range
39+
* funcOrNil: simplify if-else
40+
* child: use consistent receiver name
41+
42+
* go-bindata:
43+
* Use instance of package log to print to stdout and stderr
44+
* Refactoring parse arguments
45+
* Add comment to Set method
46+
* Split and move usage into function
47+
* Merge version to main
48+
* Split flag initialization
49+
* parsingInput:
50+
* add unit test
51+
* fix comment and simplify if-else
52+
53+
## Bug Fixes
54+
55+
* [test] convert: fix due to changes of prefix from string to regex
56+
57+
58+
# v3.1.0 (2017-09-10)
259

360
## New Features
461

0 commit comments

Comments
 (0)