Skip to content

Releases: foundatn-io/go-pic

v0.2.0

30 Jan 22:49
86a1607
Compare
Choose a tag to compare

Changes

🚀 Features

📚 Documentation Changes

📦 Dependency Management

  • Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 @dependabot (#53)

v0.1.9

28 Oct 04:35
370847c
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.1.8

16 Aug 11:00
2c2905d
Compare
Choose a tag to compare

Changes

  • BUG - Dir runner comment counts wrongly cumulative @pgmitche (#48)

🚀 Features

v0.1.7

06 Jul 06:15
0a1d689
Compare
Choose a tag to compare

Changes

v0.1.6

23 Jun 06:42
fadf70c
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

v0.1.5

01 Jun 11:09
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

📦 Dependency Management

v0.1.4

11 Oct 06:54
3599933
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix - Various bugs @pgmitche (#14)
    • Fixed #16 - OCCURS value decoding, losing first character
    • Fixed #17 - Copybook struct comment generation when using directory mode
    • Fixed #18 - Decimal PIC indicators generated integers in place of floats

🚀 Feature

  • Fix - Various bugs @pgmitche (#14)
    • Fixed #15 - Added support for explicit periods in PIC definitions
    • Added support for float type gen

📚 Documentation Changes

  • Fix - Various bugs @pgmitche (#14)
    • Regenerated example with updates

Go-PIC Alpha v0.1.3 - Multiline Redefines bug fix

06 Oct 10:56
276855b
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Bug - Locate and replace multi line redefinitions @pgmitche (#12)

Go-PIC Alpha v0.1.2 - Extended symbol support

06 Oct 10:13
4f44404
Compare
Choose a tag to compare

Changes

🚀 Features

  • Symbols - Document and support type mapping for basic PIC symbols @pgmitche (#11)
    • this adds support for:
| Symbol |  Description 
|--------|----------------------------
| 9      | Numeric (previously done)
| A      | Alphabetic
| X      | Alphanumeric (previously done)
| V      | Implicit decimal
| S      | Sign
| P      | Assumed decimal place

🔒 Security Changes

Go-PIC Alpha v0.1.1

20 Sep 11:56
e08d60b
Compare
Choose a tag to compare

Changes

🚀 Features

  • Adds tests, examples, godoc & minor optimisations @pgmitche (#3)

📚 Documentation Changes

🧰 Maintenance

  • Minor package restructure and API reshuffle @pgmitche (#3)