Releases: weareopensource/Swift
Releases · weareopensource/Swift
v1.3.0
v1.2.0
1.2.0 (2022-06-30)
Bug Fixes
- lib: protect from non jwt cookies 🐛 (#448) (fa05892)
- Gemfile & Gemfile.lock to reduce vulnerabilities (#373) (3ed2510)
- Gemfile & Gemfile.lock to reduce vulnerabilities (#378) (983c2cd)
- Gemfile & Gemfile.lock to reduce vulnerabilities (#396) (ab13293)
- Gemfile & Gemfile.lock to reduce vulnerabilities (#436) (fcb7395)
- Gemfile & Gemfile.lock to reduce vulnerabilities (#443) (96036ac)
- Gemfile.lock to reduce vulnerabilities (#424) (0f58fcb)
- core: add option to handle navigation shadow 🐛 (#425) (1ed4de1)
- helper: uibutton circle fix 🐛 (#419) (4a326e2)
Features
v1.1.0
1.1.0 (2021-04-30)
Bug Fixes
- build: add version number for appstore publication 🐛 (52fe994)
- config: remote notification warning 🐛 (3f390ac)
- config, user: short debounce on txt change 🐛 (f44f9af)
- core: fix loader color 🐛 (7b01044)
- core: missing metric 🐛 (f911257)
- global: data refresh logic 🐛 (0743234)
- global: project warning 🐛 (295608a)
- global: protect reentrancy rxswift error 🐛 (4d517ee)
- helpers, user: rotation image before upload if needed 🐛 (c911fee)
- home: changelog url mngt, Pierre's feedback 🐛 (1db15cf)
- home, task, user: fix data get multi request 🐛 (88c5519)
- services: background default alignment 🐛 (3d68d6f)
- spm: rwswift inclusion 🐛 (7679605)
- spm: useless nvactivity 🐛 (25c8c24)
- tasks: notification opening 🐛 (b92d5fd)
- travis: rxswift strict requirement 🐛 (0d20969)
- travis: strict requirement 🐛 (cb3c3ef)
- user: avatar update 🐛 (26e3576)
- user: edition state sync bug on release build 🐛 (8ee5769)
- user: fix missing title string in french 🐛 (d5165ff)
- user: icon on dark mode 🐛 (431d207)
- user: lowercased social network fix 🐛 (82306c3)
- user: sign in up forgot colors 🐛 (4a3762a)
- users: roles/mail button color fix 🐛 (1a124af)
Features
- auth: add progress strength check for sinup password ✨ (e957dab)
- auth: example of custom with background ✨ (fae51e1)
- auth: password reset option ✨ (bbb7f2c)
- config, auth: apple oAuth with node stack ✨ (196cda9)
- config, core: add config option to disable tabbar border ✨ (99976a7)
- config, lib, core, user: add social network conf ✨ (4f5e071)
- config, user, app: add device token saved to complementary data ✨ (6809c4e)
- global: migrate to SPM ✨ (764f471)
- global: switch schem to prod as default for quick launch ✨ (6acfa79)
- global: xCode 12, Swift 5, Upgrade all dependencies ✨ (5184678)
- helpers: add resize image before compression ✨ (#356) (49844c8)
- helpers: mardown dark theme ✨ (d83c8ea)
- home, lib, core, user: add markdown reader page example ✨ (dd686d5)
- home, users, tasks: set term sign auto detection based on date & page viewer ✨ (31a9f7c)
- lib: image quality decision review ✨ (ff8e782)
- services: add release configuration file ✨ (54bd1d9)
- tasks, user, app: add notification example ✨ (ef786c4)
- users: add role ✨ (b0ac894)
- users: add social links & rework section ✨ (0457dd1)
- users: direct link between apps for social networks ✨ (fea5e1b)
- users,home: review page design if no action ✨ (a4e6f2f)
v1.0.0
1.0.0 (2020-07-25)
Bug Fixes
- auth: fix cookie not saved 🐛 (d9a7720)
- auth: fix double Metric declaration 🐛 (cd23805)
- auth: fix user errors stuck if server restart or 🐛 (3c3c584), closes #163
- auth,splash,tasks: fix auth errors adn expiration 🐛 (826fc27)
- build: fix travis 🐛 (95c6491)
- build: fix travis:bug: (455cfe8)
- build: test fix ReactorKit build 🐛 (80dfc2d)
- dependencies: aligne eureka 🐛 (ff65e63)
- global: error handling 🐛 (5e91e36), closes #185
- global: fix info.plist auth 🐛 (1767348)
- global: fix localization, close #165 🐛 (0479b33)
- global: infoplist 🐛 (2567d2f)
- global: remove unused file 🔥 (9903d52)
- global: removed unused file (gitignored) 🔥 (a64b487)
- helpers, user: fix auto extension on img upload 🐛 (a77f5f1)
- knowledges: fix remove in xcode 🐛 (478b851)
- lib: delete init due to Alamofire / Moya Upgrade 🐛 (c6d8d20)
- readme: fix link 🐛 (63cf2cf)
- release: url 🐛 (76a24bd)
- services, helpers: fix cookies management (multi user same app) 🐛 (d77c256)
- tasks: fix model option example 🐛 (de6d9a9)
- tasks,helpers,deps: upgrade all deps, fix build 🐛 (b637981)
- travis: fix build SetColor 🐛 (52dab90)
- travis: fix os target 🐛 (26631ad)
- travis: fix travis cache test 🐛 (6d7d884)
- travis: stop carthage build to cache it before travis timeout 🐛 (7ee403f)
- travis: upgrade to ios 13.2 and iphone 11 🐛 (9e2d2c4)
- travis: upgrade to last xcode 🐛 (691a18e)
- user: avatar protect clear with null avatar 🐛 (e9ba478)
- users: avatar wrong display sometimes 🐛 (ff2b9b7)
- users: fix errors 🐛 (91e9455)
Features
- assets: add link default color ✨ (1c3f978)
- auth: add form check from model ✨ (175cd79)
- auth: add me endpoint and stubbed (92d54fb)
- auth: add signin client validation example ✨ (3e2f2d0)
- auth: add signup ✨ (eedfd75)
- auth: auto layout with snapkit, form slide if keyboard ✨ (6141720)
- auth: display errors ✨ (550c872)
- auth: init and cleans ✨ (d93e95a)
- auth: init auth ✨ (87a02a7)
- auth, core: add fontawesome icon option for classic inputs ✨ (8bb21a1)
- auth, tasks, user: fix provider instance share O.O ✨ (2e21865)
- auth,onboarding,tasks,user: handle multiple tap for api requests ✨ (37a043c)
- config: add image style options ✨ (f19ef76)
- config: autofill ✨ (0ce96df)
- config, lib, user, auth: add loader for long requests ✨ (63c8d1e)
- config, user: add image compression rate for Jpeg in config ✨ (442d559)
- config, user: add links to config ✨ (b74f216)
- core: begin router automation ✨ (539bf54)
- core: collection based controller (kind of helper) ✨ (5695b74)
- global: add commitlint / commitizen ✨ (59464a1)
- global: add licence and changelog file 🎉 (1e9d6e5)
- global: add reactorKit ✨ (298c173)
- global: api tasks & auth signin begin ✨ (9099923)
- global: end swift 5 migration ✨ (c170afe)
- global: include font awesome ✨ (5fa4bc5)
- global: init carthage and add flow ✨ (066b8c1)
- global: init flow & ReactorKit (e4f6d0e)
- global: init local CRUD (f960634)
- global: quick clean ✨ (232de94)
- global: switch to our own waos-CC to define and check ✨ (c3ce161)
- global: ugrade dependencies, fix & readme ✨ (4b8ad24)
- helpers: add bold in label faction ✨ (a2d9e5c)
- helpers: add bw effect ✨ (5e0e3ef)
- helpers: add default image if wrong path provided ✨ (5ec5a82)
- helpers, auth, core, user: review error management and display ✨ (ec5136a)
- issues: Update issue templates 🎉 ([65b8585...