Skip to content

Releases: LianjiaTech/d18n

2021-10 some new feature & bugfix

29 Oct 07:52
Compare
Choose a tag to compare

New feature

  • verbose mode support multi-level
  • data mask support random date
  • add more test cases

Bugfix

  • ScanType() nil point error

d18n can be import by other project now!

30 Sep 02:03
daf061c
Compare
Choose a tag to compare
let d18n be importable by other project (#3)

* add make default .phony

* feature: preview support --verbose mode

* detect remove common.cfg

* detect package support multi goroutine callback

* lint package support multi goroutine callback

* remove package global variables

* update go.mod make d18n importable

* doc: mv logo into doc/images

Co-authored-by: zouyong007 <zouyong007@ke.com>

v0.1.0

16 Sep 12:30
Compare
Choose a tag to compare

First Release