Skip to content

Releases: statloc/core

v0.3.0

22 Oct 18:51
841b887

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

📝 What's Changed

  • ENHANCEMENT: remove tailComponent from goAroundCalculating signature by @dmkjfs
  • ENHANCEMENT: improve tree retriever, save workdir instead of using os.Chdir by @dmkjfs
  • ENHANCEMENT: add multi-thread run by @dmkjfs

Full Changelog: v0.2.0...v0.3.0

v0.2.0

17 Oct 21:01
92d5c8b

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

📝 What's Changed

  • ENHANCEMENT: fix file structure by @dmkjfs in #17
  • ENHANCEMENT: merge utils.go & main.go by @dmkjfs in #18
  • ENHANCEMENT: update package tree by @dmkjfs in #19
  • CHORE: update Makefile by @dmkjfs in #20
  • [breaking] ENHANCEMENT: split Statistics.Items into Languages, Components & Total by @dmkjfs in #23
  • ENHANCEMENT: rename mapping.Extensions into mapping.Languages by @dmkjfs in #26
  • [breaking] ENHANCEMENT: Change JSON schema for components: use regexp instead of exact comparison by @dmkjfs in #29
  • [breaking] BUGFIX: child-node component overwrite parent-node component by @dmkjfs in #29

Full Changelog: v0.1.1...v0.2.0

v0.1.1

13 Oct 11:49
71759d1

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

✏️ What's Changed

  • ENHANCEMENT: rename service.go into main.go by @dmkjfs in #9
  • BUGFIX: Fix LoadJSON panicking by @dmkjfs in #10
  • ENHANCEMENT: add Total table item by @dmkjfs in #13

Full Changelog: 0.1.0...0.1.1

v0.1.0

05 Oct 23:04
16ca831

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

📝 What's Changed

  • use dfs for going around file tree
  • add statistics columns: LOC & Files
  • save statistics in struct StatisticsResponse

🙋 New Contributors

  • @dmkjfs made their first contribution in #1

Full Changelog: https://github.com/statloc/core/commits/0.1.0