v0.0.2-alpha
Pre-release
Pre-release
·
58 commits
to master
since this release
What's Changed
Still in alpha and needs a lot of minor movement, but this release does represent an "834" file now. Figuring out how we want to handle mapping of data and validations will be the focus of the next release.
Major Features
-
Complete Loop 2000 Implementation: Added support for Loop 2000 member-level data including:
- Member demographic information segments
- Member-level reference segments
- Date segments with improved formatting and validation
- Support for member-level dates and timing information
-
Enhanced Header Interface: Improved the header creation process with a more intuitive builder pattern for easier configuration and validation.
-
Trailer Implementation: Added trailer segment support:
- Transaction Set Trailer (SE)
- Functional Group Trailer (GE)
- Interchange Control Trailer (IEA)
- Unified trailer builder for simplified creation
-
Loop 1000 Enhancements: Refactored Loop 1000 components for better organization and expanded functionality.
Other Improvements
- Fixed issues with DTP segments to ensure date formatting and validation
- Enhanced validation across all components for more reliable EDI file generation
Pull requests
- feat(loop-1000): refactor some existing loop 1000 pieces and add the … by @mandyMooreFan in #12
- Loop 2000 by @mandyMooreFan in #13
- feat(loop2000): create ref segments for loop2000 and add tests. by @mandyMooreFan in #14
- feat(dtp-segment): create dtp segment and refactor existing date segm… by @mandyMooreFan in #15
- feat(loop-2000-member-level-dates): create member level dates and tests by @mandyMooreFan in #16
- More loop 2000 fun by @mandyMooreFan in #17
- More segments by @mandyMooreFan in #18
- Loop 2000 still going by @mandyMooreFan in #19
- Trailer time by @mandyMooreFan in #20
- Dtp segment fix by @mandyMooreFan in #21
- Dtp segment fix by @mandyMooreFan in #24
- feat(trailer): create a trailer to wrap the builders. by @mandyMooreFan in #25
- chore(readme): cleaning up and minor touches for v0.0.2-alpha release by @mandyMooreFan in #26
Full Changelog: v0.0.1-alpha...v0.0.2-alpha