Skip to content

Releases: mrclmr/icm

3.2.8

30 Oct 16:43
Compare
Choose a tag to compare

Changelog

  • c79c80e Fix owner downloader
  • 88aa58f Lint and audit dependencies
  • e412c6c Replace reflect with slices equal function
  • 75046ce Refactor check digit calculation
  • 45ceb38 Replace calculation with modulo
  • 02a8797 Refactor transposition function for better readability

3.2.7

19 Jul 12:35
Compare
Choose a tag to compare

Changelog

  • d4a548f Return struct instead of interface
  • 86a8672 Refactor OwnerDecoder by extracting same logic to function
  • 1767737 Rename receiver to matching abbreviation
  • 22578ad Update dependencies

3.2.6

03 Jul 14:30
Compare
Choose a tag to compare

Changelog

3.2.5

03 Jul 14:23
Compare
Choose a tag to compare

Changelog

  • 04c6fbd Update owners downloader
  • 38f672a Use annot library for annotations
  • 431d1e2 Bump golang.org/x/net and golang.org/x/sys
  • 8c44c7a Bump golangci-linter action from v4 to v6
  • a579f6b Bump golang.org/x/net from 0.22.0 to 0.23.0
  • 193b4b6 Use nil instead of len check
  • dd4be41 Remove superfluous function

3.2.4

19 Mar 22:17
Compare
Choose a tag to compare

Changelog

  • 025b320 Update golang.org/x/net
  • aa1fc06 Use math/rand/v2
  • ce90501 Remove make() for slices where it is non-idiomatic
  • 9836b21 Replace sort with slices package

3.2.3

16 Feb 13:56
Compare
Choose a tag to compare

Changelog

  • cd0d259 Update GitHub actions to run Node 20
  • 6af2b24 Update Go and dependencies
  • 0e02f3c Use underscore for unused parameter to satisfy linter

3.2.2

09 Jan 14:56
Compare
Choose a tag to compare

Changelog

  • 5c21145 Replace flag exclude-transposition-errors with exclude-error-prone-serial-numbers

3.2.1

03 Jan 11:48
Compare
Choose a tag to compare

Changelog

  • 9dc0c93 Fix wrong format in possible transposition errors in CSV
  • f362858 Remove incorrect comment
  • d11ba94 Replace else if with switch case

3.2.0

01 Jan 14:31
Compare
Choose a tag to compare

Changelog

  • 592aed7 Add visualization of possible errors of transposed digits
  • 5bfdf93 Refactor serial number generator
  • c354962 Add only positive numbers for count flag

3.1.8

22 Dec 11:21
Compare
Choose a tag to compare

Changelog

  • 6678366 Use integer for serial number
  • 1fcaf0f Add new NumberFmt type for formatted container number
  • 384baa9 Update license year
  • db450c1 Use same linter configuration for local and CI