Skip to content

Releases: ydataai/swift-core

0.5.1

04 Feb 16:54
0ac48f5
Compare
Choose a tag to compare

0.5.1 (2022-02-03)

Bug Fixes

  • context: split it to make it more modular (#14) (0ac48f5)

0.5.1.0ac48f5

03 Feb 15:56
0ac48f5
Compare
Choose a tag to compare
0.5.1.0ac48f5 Pre-release
Pre-release

fix(context): split it to make it more modular (#14)

0.5.0

01 Feb 18:10
66c523c
Compare
Choose a tag to compare

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

01 Feb 18:07
66c523c
Compare
Choose a tag to compare
0.5.0.66c523c Pre-release
Pre-release

feat(http-headers): dictionary to http readers (#13)

0.5.0.718845b

28 Jan 12:39
718845b
Compare
Choose a tag to compare
0.5.0.718845b Pre-release
Pre-release

feat(random): generate random strings of size n (#12)

0.4.1

25 Jan 10:49
57ecf41
Compare
Choose a tag to compare

0.4.1 (2022-01-25)

Bug Fixes

  • base64: make extension public 🤦 (#11) (57ecf41)

0.4.1.57ecf41

25 Jan 10:48
57ecf41
Compare
Choose a tag to compare
0.4.1.57ecf41 Pre-release
Pre-release

fix(base64): make extension public 🤦 (#11)

0.4.0

25 Jan 10:39
1be2e5c
Compare
Choose a tag to compare

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

25 Jan 10:37
1be2e5c
Compare
Choose a tag to compare
0.4.0.1be2e5c Pre-release
Pre-release

chore(pipelines): specify semantic-release version (#10)

0.4.0.bb5d1af

15 Dec 16:08
bb5d1af
Compare
Choose a tag to compare
0.4.0.bb5d1af Pre-release
Pre-release

feat(database): create EnumModel protocol with default implementation (#8)