Skip to content

Releases: ml-opensource/ios-template

Rename `Route` to `Destination`

16 Mar 10:25
9ad9c6c
Compare
Choose a tag to compare

What's Changed

  • Fix: Rename occurrences of Route and route to Destination and destina… by @jakobmygind in #16

Full Changelog: 0.9.2...0.9.3

Use MLtokenhandler in remote package

16 Mar 10:19
bfa400b
Compare
Choose a tag to compare
Merge pull request #15 from nodes-ios/async_tokens

Fix: Upgrade MLTokenhandler

Using async/await and swift-dependencies

07 Feb 13:23
e1c7ea1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.9.1

Last version using mostly Combine and old style Environments

07 Feb 13:21
27fb06c
Compare
Choose a tag to compare

What's Changed

  • split login scene up in seperate files for better overview by @nharbo in #3
  • Update README.md by @nharbo in #7
  • made base url's less project specific by @nharbo in #2
  • removed project specific (app)icons by @nharbo in #1
  • setting bundleid as persistence prefix by @nharbo in #5
  • set signing to monstar-lab and bundleid to less project speficic value by @nharbo in #6
  • chore: Added info on creating a new git repo in the readme by @mariusc in #8
  • Cleanup by @elkraneo in #9
  • remove traces of BT description by @pbodsk in #11
  • moves NStack bundle and plist to Localizations package by @pbodsk in #10
  • refact: Implement NetworkClient using async await by @FabioMSousa in #12
  • feat: DTO models autogeneration script by @BucekJiri in #14

New Contributors

Full Changelog: https://github.com/nodes-ios/ios-template/commits/0.9.0