This major release drops support for iOS 9 and 10.
This patch release fixes framework-style imports when using bazel to build this library as an external dependency.
- Add workspace_root to framework import path. (#51) (featherless)
This major release upgrades the bazel dependencies and workspace. This change is breaking for anyone
using bazel to build this library. In order to use this library with bazel, you will also need to
upgrade your workspace versions to match the ones now used in this library's WORKSPACE
file.
- Update bazel workspace to latest versions. (#49) (featherless)
- Add MDFInternationalizationFrameworkHeaders as a dependency for bazel. (#47) (featherless)
- Integrate clang-format-ci. (#45) (featherless)
- Update to latest Xcode (Ian Gordon)
- Update README.md (ianegordon)
- Add Bidi utilities (#42) (Ian Gordon)
- Add support for relative paths to the Bazel build (Ian Gordon)
- Bazel specific import paths are no longer required. (dmaclach)
- Silence warnings (#37) (Ian Gordon)
- [Bazel] Fix BUILD file SDK dependencies (#36) (Robert Moore)
- Add compile time flag for import style (#34) (ianegordon)
- Add C++ guards so the compiler does not mangle symbol names. (#31) (Adrian Secord)
- Remove framework-style headers from the umbrella header. (#30) (featherless)
- Add support for bazel and kokoro. (#27) (featherless)
- Silence NSNumber to BOOL conversion analyzer warning (#28) (ianegordon)
- [RTL] Comment corrections and clarifications. (#26) (Will Larche)
- Update Project and Scheme to latest recommended settings (Ian Gordon)
- Update Travis-CI build environments and simulators (#24) (ianegordon)
- Disable warnings added in Xcode 9 (#23) (ianegordon)
Initial release.