All Versions
44
Latest Version
Avg Release Cycle
43 days
Latest Release
-

Changelog History
Page 3

  • v8.0.1

    August 28, 2018
  • v8.0.0 Changes

    August 25, 2018
    • A language's comments, and quotes are now available through the LanguageType enum.
    • You can filter by language using the -t/--type option. e.g. tokei -t "Rust,C" will print only Rust and C files.
    • Tokei now understands terminal width and will expand to fit it. (Thanks to @Veykril)
    • ➕ Added [comparison](./COMPARISON.md) document to compare Tokei to other code counters.
    • ⚡️ Updated dependencies

    Added languages

    • @BrandonBoone VB6, VBScript, XSLT
    • @ialpert BrightScript
    • @PJB3005 Dream Maker
    • @schmee edn
  • v7.0.3 Changes

    June 04, 2018

    Made various optimisations, up to 65% faster in some cases.

    Added languages

    • @DenialAdams Added Forsyth-Edwards-Notation (FEN)
    • @DjebbZ Added ClojureC
    • @grimm26 Added HCL/Terraform
  • v7.0.2 Changes

    April 23, 2018
    • ⚡️ Updated dependencies.
    • 🔄 Changed how compilied serialization formats are handled.
    • 🛠 Fixed minor parser inaccuracies.
    • Tokei should now recognise more python files from their shebang.

    Added languages

    • @ignatenko Added Meson
    • @sprang Added Scheme
    • @fengcms Added Vue
    • @mark.knol Added Haxe
    • @rleungx Added ABAP, COBOL, and Groovy
    • @tiehuis Added Zig
    • @murielsilveira Added Mint
    • @notramo Added Elvish Shell and Kakoune
    • @aatxe Added Racket
    • @kamilchm Added ReasonML
    • @cyplp Added XSL
  • v7.0.1 Changes

    January 19, 2018
    • ⚡️ Updated dependencies
  • v7.0.0 Changes

    • 🛠 Fixed parsing corner cases
    • 🔄 Changed storage of comments and quotes from Vec to static slices.
    • ➕ Added tracing for debugging single files. Not recommended for use on multiple file
    • ⚡️ Updated log
  • v6.1.0 Changes

    • 🛠 Fixed inaccuracies relating to the end comment being smaller than start comment.

    Added languages

    • @mattico Added Xaml
    • @weakish Added Ceylon
    • @theduke Added tsx extension to typescript
    • @vmchale Added Hamlet, Cassius, Lucius, Cabal, Nix, Happy, Alex, and Madlang
    • @notramo Added Crystal
  • v6.0.2 Changes

    • Now can recognise file languages based on their filename.

    Added Languages:

    • 🐳 @kazimuth CMake, Dockerfile, Rakefile, Scons
  • v6.0.1 Changes

    • Multiple exclude flags now allowed.

    Added Languages:

    • @seiks Added Fish Shell
    • @XAMPPRocky Added Module-Definition
    • @tbu- Added Vala
  • v6.0.0 Changes

    • Reworked internals
    • Now uses serde*derive(_and thusly requires rust v1.15*)
    • ✅ Now has better file based testing

    Added languages:

    • 🌐 @tuncer Added Ur/Web
    • @svisser Added PureScript
    • @tjodden Add some common extensions for HTML, C++ and Makefile
    • @xd009642 Added VHDL