Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the main branch with the initial v2.0 code #53

Merged
merged 9 commits into from
Jul 29, 2024
Merged

Commits on Jul 27, 2024

  1. Clean up (#44)

    williamthome authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    8eb9e2f View commit details
    Browse the repository at this point in the history
  2. Create .gitignore (#45)

    williamthome authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    604803b View commit details
    Browse the repository at this point in the history
  3. Implement decoder module (#46)

    * Create decoder
    
    * Implement codecs
    
    * Normalize object keys
    
    * Define specs
    
    * Expose decoder functions in the euneus module
    
    * Update README.md with some info
    williamthome authored Jul 27, 2024
    Configuration menu
    Copy the full SHA
    221b611 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Implement encoder module (#47)

    * Implement encoder module
    
    * Define specs
    
    * Implement codecs
    
    * Organize encoder module
    
    * Fix encoder options spec
    
    * Create encode functions in euneus module
    
    * Tweak decoder indentation
    
    * Fix record codec spec
    
    * Create support functions in euneus module
    
    * Update README.md
    williamthome authored Jul 28, 2024
    Configuration menu
    Copy the full SHA
    3a56edd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    3ada65f View commit details
    Browse the repository at this point in the history
  2. Implement lint CI (#49)

    * Rename CI file
    
    * Implement lint CI
    williamthome authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e0afae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af232d4 View commit details
    Browse the repository at this point in the history
  4. Update README.md (#52)

    williamthome authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    de153c4 View commit details
    Browse the repository at this point in the history
  5. Fix lint errors

    williamthome committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c9c3bf6 View commit details
    Browse the repository at this point in the history