Skip to content

Releases: yut-kt/gowave

V0.1.4

20 Aug 12:24
b44fb16
Compare
Choose a tag to compare
V0.1.4 (#20)

* Feature/create wave test (#18)

* update: generate wave

* add: make generate

* fix: test

* Feature/version update v0.1.4 (#19)

* add: version metrics

* update: Prevented unnecessary file differences

* update: readme metadata

V0.1.3

14 Aug 08:03
27e92c6
Compare
Choose a tag to compare
V0.1.3 (#17)

* Feature/refactor (#14)

* fix: package comment prefix

* fix: add struct comment

* fix: add constructor comment

* fix: add ReadData func comment

* update: change main go file name

* update: Larger examples

* update: change generated sample wave member package name

* update: sample package name

* update: validate samplingNumber

* update: test wave equal check

* update: generate same seek io

* update: Add minimal test

* Feature/byte read control by seek offset (#15)

* update: io.Reader to io.ReadSeeker

* update: changed the file io of dataChunk to readSeeker for the time being

* update: byte read control by seek offset

* Feature/version update (#16)

* add: ci linter

* update: init test wave by enum

* add: benchmark test

* add: version metrics

* update: readme badge

* fix: S1005: unnecessary assignment to the blank identifier

V0.1.2

12 Aug 14:04
36d36d6
Compare
Choose a tag to compare
V0.1.2 (#13)

* Hotfix/preversion metrics (#10)

* update: bench coverage metrics

* update: preversion readme

* Feature/testing (#11)

* update: changed the scope of the member because it was encapsulated

* update: Sample data generation for testing

* update: samples generator

* fix: fix file suffix

* add: Implemented only the test that does not check the data of wave

* Feature/add metrics v0.1.2 (#12)

* add: bench

* add: coverage

* update: coverage badge

* update: go mod

V0.1.1

12 Aug 02:15
e0d12ea
Compare
Choose a tag to compare
V0.1.1 (#9)

* Feature/update community profile (#7)

* update: badge

* update: Move location of the Contribution

* add: code of conduct in docs

* add: issue template

* update: reference wave format to readme

* update: encapsulation chunks (#8)

V0.1.0

11 Aug 04:59
556e08b
Compare
Choose a tag to compare
V0.1.0 (#4)

* Feature/create basis read wave (#1)

* add: basis read wave go library

* add: gitignore

* add: LICENSE

* add: readme

* Feature/enhance (#2)

* update: changed readNSamples function so that an error does not occur depending on the value of N

* update: chunk validation

* add: Get chunk info function

* add: sample test & sample wav file

* Feature/arrange appearance as oss (#3)

* add: makefile

* add: github actions ci

* add: make bench & coverage

* update: Readme

* update: gowave func comment

* update: Specified support format in readme

* fix: default branch name (#5)