-
September 16, 2022
-
Updated to latest tools. No API changes.
-
July 21, 2022
-
Fixed yet another error in the filtering, where we were a bit too tight.
-
July 21, 2022
-
Fixed another error in the new feature, that specified incorrect URIs.
-
July 21, 2022
-
Fixed an error in the new feature, that specified incorrect URIs.
-
July 21, 2022
-
Added the ability to specify that only certain fields be returned by the server.
-
March 15, 2022
-
Updated to the latest tools. No functional or API changes.
-
January 28, 2022
-
There was a bug, in which the fetched formats were not being properly parsed, and the formats array was always empty. This has been fixed.
-
January 28, 2022
-
Removed the automatic format load from the server, during initialization.
-
Added DocC support.
-
December 30, 2021
-
Fixed possible crashers, with search criteria.
-
December 14, 2021
-
Updated to latest tools version.
-
September 28, 2021
-
Updated to latest tools version.
-
Minor doc fixes.
-
May 12, 2021
-
Updated to latest tools version.
-
Updated some protocol declarations to use
AnyObject, as opposed toclass. -
Removed CocoaPods support.
-
March 9, 2021
-
Updated to latest tools version.
-
January 6, 2021
-
Added more support for virtual meetings.
-
August 1, 2020
-
Rearranged for GitHub Action
-
June 27, 2020
-
Updated docs for SPM support.
-
Some basic reformatting.
-
Rebuilt the docs.
-
Slight refatoring to consolidate the String extension.
-
Added the key file to make Markdown render in the project.
-
April 25, 2020
-
Fixed an issue where the library could crash, if given bad data in response to a change search.
-
April 2, 2020
-
Added support for the phone number field.
-
April 1, 2020
-
Added support for the virtual meeting link.
-
September 15, 2019
-
Tweaked a couple of inline allocation specifiers, because all of a sudden, things that were structs, are now classes, and "let" is perfectly fine.
-
August 24, 2019
-
Updated to Swift 5.1/Xcode 11.
-
Updated the file headers to indicate BMLT-Enabled as the authors.
-
Updated the podspec to use the latest BMLT-Enabled links.
-
August 1, 2019
-
Test release for Carthage.
-
Modified the Jazzy docs for use in GH Pages.
-
Got rid of the CocoaPods junk in the release project.
-
Ensured proper Carthage operation.
-
Changed the initial server URI, as the original was no longer valid.
-
The minimum supported iOS version is now 11 ("Ours goes to 11").
-
April 13, 2019
-
Updated to Swift 5/Xcode 10.2. No operational changes.
-
December 28, 2018
-
Another minor date format tweak.
-
Tweaked the versions of the harness projects.
-
December 28, 2018
-
Fixed another bug, where a date format was not specified correctly. This affected change records.
-
December 27, 2018
-
Fixed a bug (Thanks Patrick!) in the way that hours was being set in the meeting node class.
-
Tweaked the LICENSE file to see if that helps CocoPods to figure out its the MIT license.
-
November 17, 2018
-
Moved the repo to the organizational GitHub repo.
-
Changes to use the latest Xcode and Swift.
-
April 2, 2018
-
Added a parameter to the end of the URI "callingApp=" that appends the app name to the call, so the server knows what's calling.
-
Xcode 9.3 updates.
-
Swift 4.1 updates.
-
March 15, 2018
-
Force prper uppercasing of Weekday names. Some localizations have only lowercase.
-
January 7, 2018
-
Tweaked the sort value to account for weeks that start on days other than Sunday.
-
December 26, 2017
-
Added SPM Support (no operational changes).
-
Added a CWD saver to the Jazzy script. This will allow it to be reintegrated into the build phases.
-
December 20, 2017
-
Broke the main class file into a bunch of smaller files (some, MUCH smaller), to keep Cocopods happy. Absolutely no functional changes.
-
December 13, 2017
-
Broke this changelog out into a separate file. Cocoapods is not updating the README, and I'm hoping that having the changelog in a separate file might encourage it to be updated.
-
Improved the commenting, documentation and code formatting of the exported classes.
-
Some general project cleanup.
-
December 12, 2017
-
This implements a bunch of internal structural changes to satisfy SwiftLint, a utility for improving code quality. There should be absolutely no visible external changes, but it's a big change, internally.
-
Removed the "auto Jazzy" documentation generator, as it slows down the build, and we can easily do it manually.
-
Added a "Direct" test harness app. This implements the framework files directly, so it's easier to step through everything.
-
December 5, 2017
-
Updated to latest Xcode version.
-
November 29, 2017
-
Spruced up this README, and tweaked some settings in the project.
-
November 23, 2017
-
There was a possibility of a crash if the session was terminated without a connection.
-
November 14, 2017
-
Some basic refactoring to make the library more "Swift-studly."
-
Made some references weak/unowned that should have been declared as such. Even though it has not (yet) resulted in a leak, it could.
-
Updating basic project format to Xcode 8-compatible.
-
Major restrutcture and history reset for CocoaPods.
-
The Git repo has been reset. I'll also keep only a master branch, with release tags.
-
Moving repo to GitHub, as GitHub and CocoaPods play better together.
-
Fixed an issue with the search tab sometimes crashing when selected (test app).
-
August 27, 2017
-
Fixed a possible crash that could be triggered by bad data in the weekday_index.
-
Fixed a bug in the integer day and time (used for sorting).
-
Added a check for a valid weekday index to the deleted meeting changelist response.
-
Fixed a crash in the handler if an empty changelist was returned.
-
Fixed an issue where older datasets caused parse problems.
-
Slight update for the latest Xcode.
-
Fixed an issue where Service bodies with no type would pooch the app.
-
January 25, 2017
-
The BMLTiOSLibDelegate protocol now has almost all its functions optional.
-
Switched the project to the MIT License. That's better for a project that is destined to be included in other projects, some of which may be commercial.
-
This will be a Swift-only library. I have given up on supporting Objective-C. Not that big a loss.
-
January 14, 2017
-
Added the silly CYA plist thing that says I'm not consorting with turrists using encryption.
-
January 14, 2017
-
First Beta Release of the BMLTiOSLib Project.
-
This will include simple demo apps that use the framework.
-
Added a "performMeetingSearch()" method to the search criteria object, to make it convenient for apps to use just that object as their interaction.
-
January 9, 2017
-
First Alpha Release of the BMLTiOSLib Project.