forked from XAMPPRocky/tokei
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump plus updated readme and changelog
- Loading branch information
Aaronepower
committed
Jun 11, 2016
1 parent
b46bf60
commit 466a154
Showing
4 changed files
with
376 additions
and
294 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,74 @@ | ||
# 2.1.0 | ||
Tokei, can now output results in various formats(_cbor, json, yaml_) | ||
|
||
Conversely tokei can now take in results in those formats, and add them to the current run. | ||
|
||
Premilarily support for nested comments(_currently only supported for rust_) | ||
|
||
Change in the output format [PR #35](https://github.com/Aaronepower/tokei/pull/35) | ||
|
||
Moved `.sc` from Lisp to Scala. | ||
|
||
Internals changed to allow for multiple multi line comment formats. | ||
|
||
**Added languages:** | ||
- Isabelle | ||
|
||
# 2.0.0 | ||
|
||
Major rewrite, now parallelized. | ||
Can now support sorting files. | ||
Added a progress message for when it is counting files. | ||
Fixed #29 | ||
|
||
**Added languages:** | ||
- Coq | ||
- Erlang | ||
- Kotlin | ||
- Idris | ||
- Nim | ||
- Oz | ||
- Prolog | ||
- Qcl | ||
- Scala | ||
- Unreal Script | ||
- Wolfram | ||
|
||
# 1.6.0 | ||
|
||
Added file counting. | ||
|
||
# 1.5.0 | ||
|
||
Added Shebang support. | ||
|
||
**Added languages:** | ||
- Assembly | ||
- LD Scripts | ||
- Device Trees | ||
- Makefiles | ||
- Plain Text | ||
- C Shell | ||
|
||
# 1.4.1 | ||
|
||
Changed the formatting so tokei looks nice for consoles of 80 column width. | ||
|
||
|
||
# 1.4.0 | ||
|
||
Changed from handmade recursive file opening to [walkdir](https://github.com/BurntSushi/walkdir) | ||
# 3.0.0 | ||
Tokei is now available as a library. | ||
|
||
Tokei now has a lot more tests. | ||
|
||
Tokei now supports TOML | ||
|
||
Fixed #41 | ||
|
||
Fixed #44 | ||
|
||
Fixed #45 | ||
|
||
|
||
# 2.1.0 | ||
Tokei, can now output results in various formats(_cbor, json, yaml_) | ||
|
||
Conversely tokei can now take in results in those formats, and add them to the current run. | ||
|
||
Premilarily support for nested comments(_currently only supported for rust_) | ||
|
||
Change in the output format [PR #35](https://github.com/Aaronepower/tokei/pull/35) | ||
|
||
Moved `.sc` from Lisp to Scala. | ||
|
||
Internals changed to allow for multiple multi line comment formats. | ||
|
||
**Added languages:** | ||
- Isabelle | ||
|
||
# 2.0.0 | ||
|
||
Major rewrite, now parallelized. | ||
Can now support sorting files. | ||
Added a progress message for when it is counting files. | ||
Fixed #29 | ||
|
||
**Added languages:** | ||
- Coq | ||
- Erlang | ||
- Kotlin | ||
- Idris | ||
- Nim | ||
- Oz | ||
- Prolog | ||
- Qcl | ||
- Scala | ||
- Unreal Script | ||
- Wolfram | ||
|
||
# 1.6.0 | ||
|
||
Added file counting. | ||
|
||
# 1.5.0 | ||
|
||
Added Shebang support. | ||
|
||
**Added languages:** | ||
- Assembly | ||
- LD Scripts | ||
- Device Trees | ||
- Makefiles | ||
- Plain Text | ||
- C Shell | ||
|
||
# 1.4.1 | ||
|
||
Changed the formatting so tokei looks nice for consoles of 80 column width. | ||
|
||
|
||
# 1.4.0 | ||
|
||
Changed from handmade recursive file opening to [walkdir](https://github.com/BurntSushi/walkdir) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.