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
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
13 * Use of `godoc` capabilities in documenting code and bugs
15 * Proper check of supported files
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
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.