Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-07-25)

### Bug Fixes

* **auth:** fix cookie not saved 🐛 ([d9a7720](d9a7720))
* **auth:** fix double Metric declaration 🐛 ([cd23805](cd23805))
* **auth:** fix user errors stuck if server restart or  🐛 ([3c3c584](3c3c584)), closes [#163](#163)
* **auth,splash,tasks:** fix auth errors adn expiration 🐛 ([826fc27](826fc27))
* **build:** fix travis 🐛 ([95c6491](95c6491))
* **build:** fix travis:bug: ([455cfe8](455cfe8))
* **build:** test fix ReactorKit build 🐛 ([80dfc2d](80dfc2d))
* **dependencies:** aligne eureka 🐛 ([ff65e63](ff65e63))
* **global:** error handling 🐛 ([5e91e36](5e91e36)), closes [#185](#185)
* **global:** fix info.plist auth 🐛 ([1767348](1767348))
* **global:** fix localization, close [#165](#165) 🐛 ([0479b33](0479b33))
* **global:** infoplist 🐛 ([2567d2f](2567d2f))
* **global:** remove unused file 🔥 ([9903d52](9903d52))
* **global:** removed unused file (gitignored) 🔥 ([a64b487](a64b487))
* **helpers, user:** fix auto extension on img upload 🐛 ([a77f5f1](a77f5f1))
* **knowledges:** fix remove in xcode 🐛 ([478b851](478b851))
* **lib:** delete init due to Alamofire / Moya Upgrade 🐛 ([c6d8d20](c6d8d20))
* **readme:** fix link 🐛 ([63cf2cf](63cf2cf))
* **release:** url 🐛 ([76a24bd](76a24bd))
* **services, helpers:** fix cookies management (multi user same app) 🐛 ([d77c256](d77c256))
* **tasks:** fix model option example 🐛 ([de6d9a9](de6d9a9))
* **tasks,helpers,deps:** upgrade all deps, fix build 🐛 ([b637981](b637981))
* **travis:** fix build SetColor 🐛 ([52dab90](52dab90))
* **travis:** fix os target 🐛 ([26631ad](26631ad))
* **travis:** fix travis cache test 🐛 ([6d7d884](6d7d884))
* **travis:** stop carthage build to cache it before travis timeout 🐛 ([7ee403f](7ee403f))
* **travis:** upgrade to ios 13.2 and iphone 11 🐛 ([9e2d2c4](9e2d2c4))
* **travis:** upgrade to last xcode 🐛 ([691a18e](691a18e))
* **user:** avatar protect clear with null avatar 🐛 ([e9ba478](e9ba478))
* **users:** avatar wrong display sometimes 🐛 ([ff2b9b7](ff2b9b7))
* **users:** fix errors 🐛 ([91e9455](91e9455))

### Features

* **assets:** add link default color ✨ ([1c3f978](1c3f978))
* **auth:** add form check from model ✨ ([175cd79](175cd79))
* **auth:** add me endpoint and stubbed ([92d54fb](92d54fb))
* **auth:** add signin client validation example ✨ ([3e2f2d0](3e2f2d0))
* **auth:** add signup ✨ ([eedfd75](eedfd75))
* **auth:** auto  layout with snapkit, form slide if keyboard ✨ ([6141720](6141720))
* **auth:** display errors ✨ ([550c872](550c872))
* **auth:** init and cleans ✨ ([d93e95a](d93e95a))
* **auth:** init auth ✨ ([87a02a7](87a02a7))
* **auth, core:** add fontawesome icon option for classic inputs ✨ ([8bb21a1](8bb21a1))
* **auth, tasks, user:** fix provider instance share O.O ✨ ([2e21865](2e21865))
* **auth,onboarding,tasks,user:** handle multiple tap for api requests ✨ ([37a043c](37a043c))
* **config:** add image style options ✨ ([f19ef76](f19ef76))
* **config:** autofill ✨ ([0ce96df](0ce96df))
* **config, lib, user, auth:** add loader for long requests ✨ ([63c8d1e](63c8d1e))
* **config, user:** add image compression rate for Jpeg in config ✨ ([442d559](442d559))
* **config, user:** add links to config ✨ ([b74f216](b74f216))
* **core:** begin router automation ✨ ([539bf54](539bf54))
* **core:** collection based controller (kind of helper) ✨ ([5695b74](5695b74))
* **global:** add commitlint / commitizen ✨ ([59464a1](59464a1))
* **global:** add licence and changelog file 🎉 ([1e9d6e5](1e9d6e5))
* **global:** add reactorKit ✨ ([298c173](298c173))
* **global:** api tasks & auth signin begin ✨ ([9099923](9099923))
* **global:** end swift 5 migration ✨ ([c170afe](c170afe))
* **global:** include font awesome ✨ ([5fa4bc5](5fa4bc5))
* **global:** init carthage and add flow ✨ ([066b8c1](066b8c1))
* **global:** init flow & ReactorKit ([e4f6d0e](e4f6d0e))
* **global:** init local CRUD ([f960634](f960634))
* **global:** quick clean ✨ ([232de94](232de94))
* **global:** switch to our own waos-CC to define and check ✨ ([c3ce161](c3ce161))
* **global:** ugrade dependencies, fix & readme ✨ ([4b8ad24](4b8ad24))
* **helpers:** add bold in label faction ✨ ([a2d9e5c](a2d9e5c))
* **helpers:** add bw effect ✨ ([5e0e3ef](5e0e3ef))
* **helpers:** add default image if wrong path provided ✨ ([5ec5a82](5ec5a82))
* **helpers, auth, core, user:** review error management and display ✨ ([ec5136a](ec5136a))
* **issues:** Update issue templates 🎉 ([65b8585](65b8585))
* **lib:** switch token from defaults to keychain ✨ ([5e298fc](5e298fc))
* **localization:** add example ✨ ([d06e758](d06e758))
* **localization:** init localization ✨ ([7c1511c](7c1511c))
* **profil:** init user profil, add option to hide tabbar title ✨ ([6771d64](6771d64))
* **profil:** profil / Default Form / Errors optimisation ✨ ([36dc7e4](36dc7e4))
* **services:** init config services ✨ ([5f2c1da](5f2c1da))
* **services:** init logger ✨ ([90339c8](90339c8)), closes [#38](#38)
* **services:** init serviceProvider ✨ ([ddf0c4e](ddf0c4e))
* **tasks:** add example of moya api codable ✨ ([1968108](1968108))
* **tasks:** display api errors ✨ ([c3d63c5](c3d63c5))
* **tasks:** init local list ✨ ([2fec892](2fec892))
* **tasks,auth,helpers:** connect to demo ✨ ([2ee3f20](2ee3f20))
* **tasks,auth,splash:** add logout ✨ ([acfe2f1](acfe2f1))
* **tasks,auth,splash:** signin & tasks crud end ✨ ([aa1eab2](aa1eab2))
* **user, config:** add uer gravatar profil picture ✨ ([23d3ab4](23d3ab4))
* **user, lib, config:** add preference example ✨ ([7ec129c](7ec129c))
* **users:** add account delete ✨ ([46e9e33](46e9e33))
* **users:** add avatar upload in profile (kingfisher, ImageRow) ✨ ([c093471](c093471))
* **users:** add confirmation modal ✨ ([b922e5d](b922e5d))
* **users, core, config:** add data privacy request, get & delete ✨ ([409178b](409178b))
* **users, helpers:** review error handling withour eureka, add bio ✨ ([20d0b88](20d0b88))
  • Loading branch information
semantic-release-bot committed Jul 25, 2020
1 parent 72dadf9 commit 7fbe980
Showing 1 changed file with 98 additions and 0 deletions.
98 changes: 98 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,101 @@
# 1.0.0 (2020-07-25)


### Bug Fixes

* **auth:** fix cookie not saved 🐛 ([d9a7720](https://github.com/weareopensource/Swift/commit/d9a77208f9226788ccf4f3605d87e86fb19bfd0e))
* **auth:** fix double Metric declaration 🐛 ([cd23805](https://github.com/weareopensource/Swift/commit/cd2380585052e19f02bcc62d0a037036bac23c05))
* **auth:** fix user errors stuck if server restart or 🐛 ([3c3c584](https://github.com/weareopensource/Swift/commit/3c3c5844b7ef044c5a33565b216cc914c57901fb)), closes [#163](https://github.com/weareopensource/Swift/issues/163)
* **auth,splash,tasks:** fix auth errors adn expiration 🐛 ([826fc27](https://github.com/weareopensource/Swift/commit/826fc2755c9da34de0dcbde5a5c088933cf4f75b))
* **build:** fix travis :bug: ([95c6491](https://github.com/weareopensource/Swift/commit/95c649125b7acc0dcfdfc0d968e95d6229b744ae))
* **build:** fix travis:bug: ([455cfe8](https://github.com/weareopensource/Swift/commit/455cfe8c8508c49f43b3bcad4385e22aa93deada))
* **build:** test fix ReactorKit build :bug: ([80dfc2d](https://github.com/weareopensource/Swift/commit/80dfc2d4e6db93405027aa366b7e57dac961a0e7))
* **dependencies:** aligne eureka 🐛 ([ff65e63](https://github.com/weareopensource/Swift/commit/ff65e63a3bbb9792e441c7b6c86ab232d043b2ab))
* **global:** error handling 🐛 ([5e91e36](https://github.com/weareopensource/Swift/commit/5e91e363504cba4610142fd781c46eb35f661bfb)), closes [#185](https://github.com/weareopensource/Swift/issues/185)
* **global:** fix info.plist auth 🐛 ([1767348](https://github.com/weareopensource/Swift/commit/1767348803eccf7455eb96b02a05e2a0a4a14d27))
* **global:** fix localization, close [#165](https://github.com/weareopensource/Swift/issues/165) 🐛 ([0479b33](https://github.com/weareopensource/Swift/commit/0479b332f7542c6784ebe7ebb57dafa87de8fdc3))
* **global:** infoplist 🐛 ([2567d2f](https://github.com/weareopensource/Swift/commit/2567d2f69c75526edb3cfd46ed9266ad33bbc297))
* **global:** remove unused file :fire: ([9903d52](https://github.com/weareopensource/Swift/commit/9903d52238876df82f93d758334dcefdc2a0a4c2))
* **global:** removed unused file (gitignored) :fire: ([a64b487](https://github.com/weareopensource/Swift/commit/a64b487ec1725f5c4399759be350f8a5bc535fa1))
* **helpers, user:** fix auto extension on img upload 🐛 ([a77f5f1](https://github.com/weareopensource/Swift/commit/a77f5f1c6750fd4742c31453c0effe8afec5c1f1))
* **knowledges:** fix remove in xcode 🐛 ([478b851](https://github.com/weareopensource/Swift/commit/478b851e1aa3c284246b2b4a1ccf37a1e51146aa))
* **lib:** delete init due to Alamofire / Moya Upgrade 🐛 ([c6d8d20](https://github.com/weareopensource/Swift/commit/c6d8d205e8e81644eee93ae4c38ee177f4400d3e))
* **readme:** fix link 🐛 ([63cf2cf](https://github.com/weareopensource/Swift/commit/63cf2cfa2a4a98624137fa13e47c1ffac10fde0d))
* **release:** url 🐛 ([76a24bd](https://github.com/weareopensource/Swift/commit/76a24bd54e78746e22390f13301055f1c67d0ae5))
* **services, helpers:** fix cookies management (multi user same app) 🐛 ([d77c256](https://github.com/weareopensource/Swift/commit/d77c2565183dc66fb70f1341c6578b0fb3a4d289))
* **tasks:** fix model option example 🐛 ([de6d9a9](https://github.com/weareopensource/Swift/commit/de6d9a9faeb9b390fc380220b253640962f53d0f))
* **tasks,helpers,deps:** upgrade all deps, fix build 🐛 ([b637981](https://github.com/weareopensource/Swift/commit/b63798115ba53d72fafe1832e07f7a9c01ebfb2a))
* **travis:** fix build SetColor 🐛 ([52dab90](https://github.com/weareopensource/Swift/commit/52dab90573eb633c67e685fd74dd4b0b9eb59d01))
* **travis:** fix os target 🐛 ([26631ad](https://github.com/weareopensource/Swift/commit/26631ad952caaa5f2af2be3cd073cd9b1eb4e784))
* **travis:** fix travis cache test 🐛 ([6d7d884](https://github.com/weareopensource/Swift/commit/6d7d88422d1d18831e8f8b5952ce888983a6f9b0))
* **travis:** stop carthage build to cache it before travis timeout 🐛 ([7ee403f](https://github.com/weareopensource/Swift/commit/7ee403f9342d146948b09caca0e04deea50ae6ed))
* **travis:** upgrade to ios 13.2 and iphone 11 🐛 ([9e2d2c4](https://github.com/weareopensource/Swift/commit/9e2d2c471d0b37f77b582bdf96611640a742ae7e))
* **travis:** upgrade to last xcode 🐛 ([691a18e](https://github.com/weareopensource/Swift/commit/691a18ecdcbd32c48f4ae1d1db55e762bd1b2137))
* **user:** avatar protect clear with null avatar 🐛 ([e9ba478](https://github.com/weareopensource/Swift/commit/e9ba478a38974f9a11795b8df4157a4b9f50e2bb))
* **users:** avatar wrong display sometimes 🐛 ([ff2b9b7](https://github.com/weareopensource/Swift/commit/ff2b9b797284efc7c16daac1159735d818d6dd5f))
* **users:** fix errors 🐛 ([91e9455](https://github.com/weareopensource/Swift/commit/91e9455bcb93d983c984939666f7af8db17949dd))


### Features

* **assets:** add link default color ✨ ([1c3f978](https://github.com/weareopensource/Swift/commit/1c3f9786468236255d00f7d9ec88d6b3468a2d53))
* **auth:** add form check from model :sparkles: ([175cd79](https://github.com/weareopensource/Swift/commit/175cd7950fc640f19173bcc4b0b9453a1b102dfe))
* **auth:** add me endpoint and stubbed ([92d54fb](https://github.com/weareopensource/Swift/commit/92d54fb7c1e677f2dd10b90ff296464b80f58108))
* **auth:** add signin client validation example :sparkles: ([3e2f2d0](https://github.com/weareopensource/Swift/commit/3e2f2d04569c561d881fce83e2e8cd11c9e3c57d))
* **auth:** add signup ✨ ([eedfd75](https://github.com/weareopensource/Swift/commit/eedfd750f2e7346e428d7bdc71afda2cc57bb557))
* **auth:** auto layout with snapkit, form slide if keyboard ✨ ([6141720](https://github.com/weareopensource/Swift/commit/614172039b20afaea770d6a0c0cfede1821fd8fe))
* **auth:** display errors ✨ ([550c872](https://github.com/weareopensource/Swift/commit/550c87238940014fd09dab6b483eb14feeffd476))
* **auth:** init and cleans :sparkles: ([d93e95a](https://github.com/weareopensource/Swift/commit/d93e95a11847a1acca8c9a19aa735a53dfeef534))
* **auth:** init auth ✨ ([87a02a7](https://github.com/weareopensource/Swift/commit/87a02a7bc00e77c5b658d5aaf03f90ae080a458f))
* **auth, core:** add fontawesome icon option for classic inputs ✨ ([8bb21a1](https://github.com/weareopensource/Swift/commit/8bb21a19858792cc022d7a864b70bb86ff1bc64f))
* **auth, tasks, user:** fix provider instance share O.O ✨ ([2e21865](https://github.com/weareopensource/Swift/commit/2e21865e542da5c066e0d7b39c13dc91d3999957))
* **auth,onboarding,tasks,user:** handle multiple tap for api requests ✨ ([37a043c](https://github.com/weareopensource/Swift/commit/37a043ce5c7397a0b514127aeb6ca1aa4dff7447))
* **config:** add image style options ✨ ([f19ef76](https://github.com/weareopensource/Swift/commit/f19ef76084126b2033e291664f530b301b46872b))
* **config:** autofill ✨ ([0ce96df](https://github.com/weareopensource/Swift/commit/0ce96df09bbd19916c9c7fda6300ad97cb0a95dd))
* **config, lib, user, auth:** add loader for long requests ✨ ([63c8d1e](https://github.com/weareopensource/Swift/commit/63c8d1e16d78f593734f352ceee87929ebbd66fd))
* **config, user:** add image compression rate for Jpeg in config ✨ ([442d559](https://github.com/weareopensource/Swift/commit/442d5593d8af0557cbd93208b4c282c4cf701234))
* **config, user:** add links to config ✨ ([b74f216](https://github.com/weareopensource/Swift/commit/b74f216b0fa5ecfb4102e224339a591a9186bf69))
* **core:** begin router automation ✨ ([539bf54](https://github.com/weareopensource/Swift/commit/539bf5440b9a05fd2db654a4462d510c884b0fed))
* **core:** collection based controller (kind of helper) ✨ ([5695b74](https://github.com/weareopensource/Swift/commit/5695b74aeccc2e1fa720a11a73eae362849cb40b))
* **global:** add commitlint / commitizen :sparkles: ([59464a1](https://github.com/weareopensource/Swift/commit/59464a1df187a43c19a2fd6eda74817f3611e022))
* **global:** add licence and changelog file :tada: ([1e9d6e5](https://github.com/weareopensource/Swift/commit/1e9d6e545ff3e2a4e651c991102ecd24a3fdaac0))
* **global:** add reactorKit :sparkles: ([298c173](https://github.com/weareopensource/Swift/commit/298c173054766998b26290705a3ce3d651806fb9))
* **global:** api tasks & auth signin begin :sparkles: ([9099923](https://github.com/weareopensource/Swift/commit/9099923a97bc2c684373a50b5c7379a1e2743146))
* **global:** end swift 5 migration ✨ ([c170afe](https://github.com/weareopensource/Swift/commit/c170afe20bb2f07e53d6ff55072fc134d960ab6a))
* **global:** include font awesome ✨ ([5fa4bc5](https://github.com/weareopensource/Swift/commit/5fa4bc54343b80099ddfecfc435c941faf60d4c3))
* **global:** init carthage and add flow :sparkles: ([066b8c1](https://github.com/weareopensource/Swift/commit/066b8c19c19efc590c88f0106f765ac71fb044dc))
* **global:** init flow & ReactorKit ([e4f6d0e](https://github.com/weareopensource/Swift/commit/e4f6d0eafee2ddc95d49f0896a103f42a102269a))
* **global:** init local CRUD ([f960634](https://github.com/weareopensource/Swift/commit/f960634ffef89eaa11d7dea16e808142b7b74c12))
* **global:** quick clean :sparkles: ([232de94](https://github.com/weareopensource/Swift/commit/232de947eb3c8f82da1c9c1c06e3daaa60ff50ba))
* **global:** switch to our own waos-CC to define and check ✨ ([c3ce161](https://github.com/weareopensource/Swift/commit/c3ce161b674202490bff59e2e31c8e93ca581fab))
* **global:** ugrade dependencies, fix & readme ✨ ([4b8ad24](https://github.com/weareopensource/Swift/commit/4b8ad2454133c2351591ce2d145f81107ae61017))
* **helpers:** add bold in label faction ✨ ([a2d9e5c](https://github.com/weareopensource/Swift/commit/a2d9e5c4e887fcde98333fb9e0974d3b37dc6da8))
* **helpers:** add bw effect ✨ ([5e0e3ef](https://github.com/weareopensource/Swift/commit/5e0e3efe8ecae2dcb270ebd1fef0ec968d586530))
* **helpers:** add default image if wrong path provided ✨ ([5ec5a82](https://github.com/weareopensource/Swift/commit/5ec5a824f9df4ff75d908a588bb28da67e5f0494))
* **helpers, auth, core, user:** review error management and display ✨ ([ec5136a](https://github.com/weareopensource/Swift/commit/ec5136afd5997eed097baad96ac7ef474b614eb3))
* **issues:** Update issue templates :tada: ([65b8585](https://github.com/weareopensource/Swift/commit/65b8585f784a00bf6b91cc9510606ab30ae90ad5))
* **lib:** switch token from defaults to keychain ✨ ([5e298fc](https://github.com/weareopensource/Swift/commit/5e298fce27e82cdaf8af59a0f8df18d47cdb4e01))
* **localization:** add example ✨ ([d06e758](https://github.com/weareopensource/Swift/commit/d06e7582d101e9f6f6ab7a0f75505ca0259d8093))
* **localization:** init localization ✨ ([7c1511c](https://github.com/weareopensource/Swift/commit/7c1511cba03dee277527c58f046b56d43c5f34dc))
* **profil:** init user profil, add option to hide tabbar title ✨ ([6771d64](https://github.com/weareopensource/Swift/commit/6771d6450c5a30324571951e6f90257ac311a657))
* **profil:** profil / Default Form / Errors optimisation ✨ ([36dc7e4](https://github.com/weareopensource/Swift/commit/36dc7e49b90a29f7a42180aaf5004a516ebcd131))
* **services:** init config services :sparkles: ([5f2c1da](https://github.com/weareopensource/Swift/commit/5f2c1daa6cbec403f761e20835e9303a7f0e2155))
* **services:** init logger ✨ ([90339c8](https://github.com/weareopensource/Swift/commit/90339c827d880347662c65dbb1758fb25a42f490)), closes [#38](https://github.com/weareopensource/Swift/issues/38)
* **services:** init serviceProvider :sparkles: ([ddf0c4e](https://github.com/weareopensource/Swift/commit/ddf0c4e4d1388b02c9f58f8bebecea8f49334878))
* **tasks:** add example of moya api codable ✨ ([1968108](https://github.com/weareopensource/Swift/commit/1968108306167064c3df5bf068967d81b8c1ae2a))
* **tasks:** display api errors ✨ ([c3d63c5](https://github.com/weareopensource/Swift/commit/c3d63c5b16b0fde0587d8e5aa70e4a93d0f9d82c))
* **tasks:** init local list :sparkles: ([2fec892](https://github.com/weareopensource/Swift/commit/2fec89298ff31ae0404d28fed6f028df050350e0))
* **tasks,auth,helpers:** connect to demo ✨ ([2ee3f20](https://github.com/weareopensource/Swift/commit/2ee3f20e67269c8b88ccb501ad9214f32e0e518f))
* **tasks,auth,splash:** add logout ✨ ([acfe2f1](https://github.com/weareopensource/Swift/commit/acfe2f1e91952a72cde9bd084a1447f87af77d54))
* **tasks,auth,splash:** signin & tasks crud end :sparkles: ([aa1eab2](https://github.com/weareopensource/Swift/commit/aa1eab2d041e3dd7a9e8e8ec9eff019e555964b5))
* **user, config:** add uer gravatar profil picture ✨ ([23d3ab4](https://github.com/weareopensource/Swift/commit/23d3ab4f18796d6b8b3263e5db15a61e279b48c9))
* **user, lib, config:** add preference example ✨ ([7ec129c](https://github.com/weareopensource/Swift/commit/7ec129c4e0732dd10551fb2cca953aa2d4d91546))
* **users:** add account delete ✨ ([46e9e33](https://github.com/weareopensource/Swift/commit/46e9e338f262257bc5e018861fd468108583c2f2))
* **users:** add avatar upload in profile (kingfisher, ImageRow) ✨ ([c093471](https://github.com/weareopensource/Swift/commit/c09347169d3db4d6fa2d6eb054a31adc77656c7c))
* **users:** add confirmation modal ✨ ([b922e5d](https://github.com/weareopensource/Swift/commit/b922e5d28d09cbf98a1f7a2d0a244639989e88db))
* **users, core, config:** add data privacy request, get & delete ✨ ([409178b](https://github.com/weareopensource/Swift/commit/409178b586695e3344afdaf61adb856dc87818b6))
* **users, helpers:** review error handling withour eureka, add bio ✨ ([20d0b88](https://github.com/weareopensource/Swift/commit/20d0b885df732988d21a7d3089ebca4c6176686d))

# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
Expand Down

0 comments on commit 7fbe980

Please sign in to comment.