STeX
[propref-wiki.git] / Changelog.md
blob53dc51d3fd13a7f345e5a92b4cf72026e63143ac
1   1. Version 0.006
2         * [Removing](https://github.com/quatrilio/propref/commit/6c06ff36272051a24ab8a4d9a3d64e104d013dcd) use of `--syntax='auto'` and `--encoding='auto'`
3         * Use of `iconv-go` for convert encoding to UTF-8 after reading the file to analyze
4         * Put the documentation (except `README.md`) in a Wiki
5         * Add `--version` in `main.go`
6         * Reorganize and rename the modules
7         * Removing the test directory
8   1. Version 0.005
9         * Remove use of invmake and proper use of `go get`
10         * Split library in directories: `fs` and `extractor`
11         * Remove of `VERSION` file. Now it's integrated in `proprf` source file
12   1. Version 0.004
13         * Use of `godoc` capabilities in documenting code and bugs
14   1. Version 0.003
15         * Proper check of supported files
16   1. Version 0.002
17         * Preliminary version of `atype` module for determining the file type
18         * Use of regular expressions for seeing if a file type is supported or not
19   1. Version 0.001
20         * Switch to [invmake](https://github.com/quatrilio/invmake)
21         * Proper use of `package`
22         * Each log prints the package from which it's generated.