Commit Graph

122 Commits

Author SHA1 Message Date
Artur 2d4beef7f0 Changelog and podspec fixed 2019-04-09 16:01:18 +03:00
Artur 0447c53709 Merge branch 'master' into baseSearchViewController 2019-04-09 15:59:06 +03:00
Ivan Smolin 287955fdba update SwiftDate (~> 6) 2019-04-01 11:55:50 +03:00
Ivan Babkin aa00c43f57 Merge branch 'master' into feature/network_layer 2019-03-28 12:19:25 +03:00
Ivan Smolin 3be1d793a2 update changelog and podspec version 2019-03-28 12:02:43 +03:00
Artur 7d96e07b4e Merge master 2019-03-26 20:22:04 +03:00
Ivan Babkin 23058232ce Fixed changelog 2019-03-26 13:03:05 +03:00
Ivan Babkin b30447e877 Refactoring 2019-03-25 19:56:25 +03:00
Ivan Babkin 5088c20e82 Updated changelog, version up 2019-03-25 15:08:17 +03:00
Pavel Lukandiy d9f7da35f1 Added missing function 2019-03-19 16:05:57 +05:00
Pavel Lukandiy 6556d8368b PR fixes 2019-03-19 15:05:41 +05:00
Pavel Lukandiy a73baf8253 Version up 2019-03-17 14:17:21 +05:00
Pavel Lukandiy c71626ba92 Changelog update 2019-03-13 21:30:08 +05:00
Pavel Lukandiy f2519ad3fc Changelog update 2019-03-13 14:54:25 +05:00
Ivan Babkin a53dad9777 Add validStatusCodes pararmeter to request methods 2019-03-06 14:39:37 +03:00
Ivan Babkin 3c1ee70ff3 Add request method that returns data 2019-02-21 16:39:15 +03:00
Ivan Smolin 299fbe37e2 fix linting issues 2019-02-11 13:53:48 +03:00
Iurii 9517e1151e Add a method 2019-01-27 07:27:10 +03:00
Artur Azarau 2b4259d08e podspec and changelog were updated 2019-01-10 15:16:15 +03:00
Ivan Babkin 373fee95d0 Changelog fix 2018-12-19 13:06:12 +03:00
Ivan Babkin e01861af80 Documentation fix 2018-12-18 17:21:26 +03:00
Ivan Babkin c49fce14a2 Changelog fix 2018-12-17 18:29:23 +03:00
Ivan Babkin a27ec284ac Added ability to pass an array parameter in request 2018-12-17 18:00:45 +03:00
Sergey Kopytov f5ec3ca438 fix mistakes 2018-12-17 15:39:40 +03:00
Sergey Kopytov 0987c40e25 complete changelog 2018-12-17 15:38:02 +03:00
Sergey Kopytov c76b2e1745 update podspecs 2018-12-17 15:29:30 +03:00
Ivan Babkin 50f24e82b6 Podspec version and changelog update 2018-10-26 16:36:55 +03:00
Ivan Babkin c087a11c3a Changelog update 2018-10-19 17:50:59 +03:00
Ivan Babkin 2bccc006d7 Time out as network error 2018-10-19 17:37:45 +03:00
Anton Popkov 937b43d887 Changelog update 2018-10-15 15:05:45 +03:00
Ivan Smolin e7eb1bd51f Add: configureLayout method to InitializeableView protocol and all implementations.
Update: GeneralDataLoadingViewModel now can handle state changes and result of data source. Previously it was possible only in view controller.
Add: GeneralDataLoadingHandler protocol, that defines methods for common data loading states handling.
Add: resultObservable and resultDriver properties to GeneralDataLoadingViewModel.
Add: hidesWhenStopped option to SpinnerView, so you can stop animation without hiding image inside it.
Update: Migrate to Swift 4.2 & Xcode 10. Update dependencies.
2018-10-12 17:22:49 +03:00
Ivan Smolin 2e70e8248d Add: UserDefaults+Codable is back. Now with generic subscript support. 2018-09-14 19:40:51 +03:00
Ivan Smolin 857c747bfa Change: NumberFormattingService.computedFormatters computed var reverted to static. 2018-09-14 17:44:01 +03:00
Ivan Smolin 30bec8e9c7 Add: NSNumberConvertible protocol for NumberFormattingService use cases.
Add: TableDirector methods for rows insertion and removal without reload a whole table.
Add: UIImageView binder for disclosure indicator rotation.
Add: UIView.addSubviews(:) methods with variable number of arguments and array of views.
Add: PlaceholderConfigurable that defines attributes and methods for view with placeholder and regular state.
Add: ContentLoadingViewModel enum that describes possible PlaceholderConfigurable view states.
2018-09-13 20:07:04 +03:00
Ivan Smolin c1fe170c51 Add: Methods replace(with:), asVoid(), asOptional() to ObservableType, SharedSequence (aka Driver) and Single.
Add: Completable.deferredJust(:) static method.
Add: ViewTextConfigurable protocol. Conform UILabel, UITextField and UIButton to this protocol.
Add: BaseTextAttributes with base text appearance attributes.
Update: ViewText.string now uses BaseTextAttributes instead of separate properties.
Add: BasePlaceholderView and BasePlaceholderViewModel classes used to create your own placeholder.
Add: TableKitViewModel protocol that adds convenient extensions to cell view models that implements it.
2018-08-07 16:26:43 +03:00
Ivan Smolin a90586c46a add notes to changelog 2018-07-31 13:33:04 +03:00
Ivan Smolin d1fab2c69c swift date 5.0 migration part 2 2018-07-31 12:59:55 +03:00
Ivan Smolin 8b9f3edace final changes 2018-07-27 16:08:37 +03:00
Aliona 3901e38f81
Update CHANGELOG.md 2018-07-11 19:43:50 +03:00
Aliona cf017b7cda
Update CHANGELOG.md 2018-07-11 19:06:28 +03:00
Aliona 3d2a53c906 Update version 2018-07-11 17:29:38 +03:00
Ivan Smolin 12b4efe6a9 Add: replaceDataSource method to RxNetworkOperationModel.
Add: customErrorHandler constructor parameter to RxNetworkOperationModel and it heirs.
2018-07-03 14:31:25 +03:00
Aliona 0eba1a5865
Update CHANGELOG.md 2018-06-26 13:46:19 +03:00
Aliona 037bb831d4
Update CHANGELOG.md 2018-06-26 13:37:16 +03:00
Aliona f85910e5fe
Update CHANGELOG.md 2018-06-25 21:56:40 +03:00
Anton Popkov f20f355a42 SpinnerView animation freezing fix 2018-06-07 16:49:17 +03:00
Madhas 690c0532d1 update changelog and podspec 2018-05-31 17:51:33 +03:00
Igor Kislyuk 06f4121b69 Update localized component 2018-05-29 22:55:10 +03:00
Madhas 6db6258db5 changelog corrected 2018-05-25 15:22:17 +03:00
Madhas 0996d94814 Merge branch 'master' into feature/codable 2018-05-25 15:21:04 +03:00