|
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) |
2 | 59 |
|
3 | 60 | ## New Features
|
4 | 61 |
|
|
0 commit comments