Sha256: 06b301ca38959e85cdd49c0848ab5d6b2488cacdab51a3e32910cbd88f4abbc1
Contents?: true
Size: 1.76 KB
Versions: 1
Compression:
Stored size: 1.76 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## master (unreleased) Versions 0.x.x (0.2.0, 0.3.0) exist to make it easier for me to test Eddy in other projects and figure out how best to move forward with development. All code should be considered Work In Progress. While the API is still changing, enough code exists that EDI documents can currently be written with Eddy (though I wouldn't recommend use in production environments yet). ## 0.3.0 (2020-01-04) ### Added - Code for generating Transaction Set classes. - Code for writing the following transaction sets: - 810 - 850 - 855 - 856 ### Changed - Improved messages from validation errors. - Improved YARD comments for all EDI classes. - Improved test coverage. ## 0.2.0 (2019-12-26) ### Added - Top level configuration (`Eddy.config`). - Very basic code for reading EDI documents. - Base code for writing EDI documents. - Ruby classes modeling Data Elements, Segments, Transaction Sets, Functional Groups, & Interchanges. - Loops are still WIP - Schemas for describing & defining EDI Transaction Sets, Segments, and Data Elements. - JSON Schema files for validation using [davishmcclurg/json_schemer](https://github.com/davishmcclurg/json_schemer). - Code for generating Ruby classes from JSON/YAML EDI definition files using [tcd/ginny](https://github.com/tcd/ginny). - A simple CLI to streamline code generation (WIP). - [todo.txt](https://github.com/todotxt/todo.txt) file. - Rails generators for easy integration with Ruby on Rails projects. ## 0.1.0 (2019-11-26) Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eddy-0.3.0 | CHANGELOG.md |