v0.1.0-alpha.6
Pre-release
Pre-release
0.1.0-alpha.6 (2025-04-04)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
⚠ BREAKING CHANGES
- bump min supported ruby version to 3.1 (oldest non-EOL) (#105)
- remove top level type aliases to relocated classes (#104)
- use descriptive prefixes for enum names that start with otherwise illegal identifiers (#102)
Features
- add reference links in yard (#91) (00d19d9)
- api: add new endpoints for pay statement items (#111) (ad6dda6)
- api: api update (#101) (7aec958)
- api: api update (#94) (3ed684f)
- api: api update (#95) (d683fa6)
- api: manual updates (#112) (e2e7efb)
- bump min supported ruby version to 3.1 (oldest non-EOL) (#105) (61d708b)
- implement
to_jsonfor base model (#99) (09448dc) - link response models to their methods in yard doc (#93) (c9498b8)
- remove top level type aliases to relocated classes (#104) (59abb7e)
- support solargraph generics (#108) (a9a77bd)
Bug Fixes
- path interpolation template strings (#90) (9cbfb2b)
- pre-release version string should match ruby, not semver conventions (#107) (72c823b)
- switch to github compatible markdown engine (#87) (3f84336)
- use descriptive prefixes for enum names that start with otherwise illegal identifiers (#102) (4e15ab3)
Chores
- demonstrate how to make undocumented requests in README (#106) (c316243)
- do not use literals for version in type definitions (#109) (cdb9530)
- extract error classes into own module (#100) (82f6f32)
- fix misc rubocop errors (#88) (369e17b)
- improve yard docs readability (#92) (621ca2a)
- internal: codegen related update (#96) (a479855)
- internal: version bump (#85) (fb6870a)
- move private classes into internal module (#103) (ed3b639)
- order client variables by "importance" (#98) (dcab107)
- relax sorbet enum parameters to allow
Stringin addition toSymbol(#97) (93128b8) - use fully qualified name in sorbet README example (#89) (bc9989c)
- use package name for gemspec (#110) (9f6eebe)