Releases: builttoroam/device_calendar
Releases · builttoroam/device_calendar
4.1.0+1603715703
Merge pull request #390 from builttoroam/thomassth-patch-1 4.1.0 final prep
4.0.1
What's Changed
- Emergency fix: not getting times from events by @thomassth in #377
Full Changelog: 4.0.0...4.0.1
4.0.0
- Timezone plugin and logic implemented. All issues related to timezone shoulde be fixed.
- Events.availability defaults to busy when not specified 354
- Events parameter now includes location and url. 319
- Android: Fixed bug where platform exception appeared, when Events.availability was null on Event 241
- Fixed various issues in example 270, 268
- Android: deleteEvent code aligned with flutter 258
- Android: Updated to V2 embeddding 326
- iOS: Updated swift versions, possibly improved compability with Obj-C flutter/flutter#16049 (comment)
What's Changed
- Prerelease by @nickrandolph in #191
- Prerelease by @bhl09 in #194
- Pre-release (with updated pipeline) by @bhl09 in #198
- Pre-release (credentials file encode fix) by @bhl09 in #200
- Pre-release (Remove path field) by @bhl09 in #203
- v3.1.0 Release by @bhl09 in #204
- Pre-release (Missing quote fix) by @bhl09 in #207
- v3.1.0 Release with Pipeline Fix by @bhl09 in #208
- Dev release by @nickrandolph in #237
- Push dev release by @nickrandolph in #245
- Push a prerelease version by @nickrandolph in #281
- Publish prerelease to pub.dev by @thomassth in #296
- V3.9 release by @thomassth in #361
- folder fix by @thomassth in #369
- parallel testing by @thomassth in #367
- Update readme by @thomassth in #364
- V4.0.0 final prep by @thomassth in #370
- 4.0.0 merge cleanup by @thomassth in #372
Full Changelog: 3.9.0...4.0.0
4.0.1+1507499378
Merge pull request #366 from thomassth/actions Redo Publish part 2
3.9.0
- Migrated to null safety
- Updated multiple underlying dependencies
- Rebuilt iOS podfile
- Upgraded to new Android plugins APIs for flutter
What's Changed
- Timezone support by @bhl09 in #209
- Flutter format & Android code clean up by @bhl09 in #214
- Project Hierarchy Update & Cleanup by @bhl09 in #215
- Bug fix when adding new calendar. by @Pranjal2041 in #232
- Allow events to be shown as Busy or Free. by @laura-digio in #230
- Enable threading (Android) for better performance by @tcd93 in #222
- Changing Availability to Enum by @carlosDigio in #238
- Tidying up channel method calls in dart by @nickrandolph in #239
- Enable threading (Android) for createOrUpdateEvent() by @tcd93 in #240
- Formatting for event by @nickrandolph in #244
- iOS daysOfWeek by @blehr in #243
- Removing duplicate code in event.dart by @carlosDigio in #247
- added enable proguard when building release version to README by @Plateria in #253
- add deleteCalendar() function by @nicolashaan in #278
- only use Android activity for permissions request by @matejdro in #275
- Forced null safety by @thomassth in #287
- Timezone implementation by @andzejsw in #297
- Changelog updated by @nickrandolph in #306
- Make timezone database initialization optional by @kightsonsanom in #314
- Correct attendance status json key by @kightsonsanom in #313
- Event.fromJson 'start'-key assignment fixed by @severin13 in #316
- Add location and url to constructor by @cjohnson19 in #319
- iOS Source fallbacks and re-add url parameter by @rmtmckenzie in #311
- Feat: v2 embedding by @diegog-sf in #327
- Revert duplicated item by @thomassth in #336
- iOS fixes by @thomassth in #304
- Updated pubspec.yaml dependencies to latest by @andzejsw in #344
- Using Github Actions by @thomassth in #347
- Update README.md by @thomassth in #349
- Clean up by @thomassth in #351
- Updating CI/CD by @thomassth in #352
- pub cache location fix by @thomassth in #353
- Set default Availability to Busy, and minor fixes by @thomassth in #354
- using secrets by @thomassth in #357
- Fix for flutter test by @thomassth in #358
- final prep by @thomassth in #359
- Redo flutter publish by @thomassth in #365
- Redo Publish part 2 by @thomassth in #366
New Contributors
- @Pranjal2041 made their first contribution in #232
- @laura-digio made their first contribution in #230
- @tcd93 made their first contribution in #222
- @carlosDigio made their first contribution in #238
- @blehr made their first contribution in #243
- @Plateria made their first contribution in #253
- @nicolashaan made their first contribution in #278
- @matejdro made their first contribution in #275
- @andzejsw made their first contribution in #297
- @kightsonsanom made their first contribution in #314
- @severin13 made their first contribution in #316
- @rmtmckenzie made their first contribution in #311
- @diegog-sf made their first contribution in #327
Full Changelog: v3.1.0...3.9.0
v4.0.0-dev.12864
- Migrated to null safety
- Updated multiple underlying dependencies
- Rebuilt iOS podfile
- Upgraded to new Android plugins APIs for flutter
3.1.0 6th March 2020 - Bug fixes and new features
Merge pull request #208 from builttoroam/release v3.1.0 Release with Pipeline Fix
Hotfix
Merge pull request #163 from builttoroam/allday_hotfix2 Allday hotfix2