Releases: ydataai/swift-core
Releases · ydataai/swift-core
0.5.1
0.5.1 (2022-02-03)
Bug Fixes
- context: split it to make it more modular (#14) (0ac48f5)
0.5.1.0ac48f5
fix(context): split it to make it more modular (#14)
0.5.0
0.5.0 (2022-02-01)
Features
- http-headers: dictionary to http readers (#13) (66c523c)
- random: generate random strings of size n (#12) (718845b)
0.5.0.66c523c
feat(http-headers): dictionary to http readers (#13)
0.5.0.718845b
feat(random): generate random strings of size n (#12)
0.4.1
0.4.1 (2022-01-25)
Bug Fixes
0.4.1.57ecf41
fix(base64): make extension public 🤦 (#11)
0.4.0
0.4.0 (2022-01-25)
Bug Fixes
- controller: expose health check controller init (#6) (aaeeaed)
Features
- base64: create methods to decode and encode base64 strings (#9) (46554d1)
- database: create EnumModel protocol with default implementation (#8) (bb5d1af)
- string from substring (#7) (6169e04)
0.4.0.1be2e5c
chore(pipelines): specify semantic-release version (#10)
0.4.0.bb5d1af
feat(database): create EnumModel protocol with default implementation (#8)