Skip to content

Latest commit

 

History

History
103 lines (52 loc) · 6.18 KB

CHANGELOG.md

File metadata and controls

103 lines (52 loc) · 6.18 KB

0.6.1 (2022-05-03)

🛠 Dependency

  • bump cocoapods-downloader from 1.5.1 to 1.6.3 (#5) (8067f06)
  • bump nokogiri from 1.13.3 to 1.13.4 (#7) (975638e)

💡 Continuous Integration

  • add codeql scanning (3120c44)
  • Deps: bump @actions/core from 1.6.0 to 1.7.0 in /.github/config (#8) (a3861ad)
  • Deps: bump semver from 7.3.5 to 7.3.7 in /.github/config (#9) (36f2599)
  • Deps: bump subosito/flutter-action from 2.3.0 to 2.4.0 (#10) (2e6c1c1)
  • Runners: added self hosted macos runner (3371c29)

🐎 Performance Improvements

  • allow concurrent flutter pub get (ef5bc8a)

0.6.0 (2022-03-27)

📚 Documentation

  • README: add pub.dev limitation (f42de7c)

🛠 Dependency

  • bump cocoapods from 1.11.2 to 1.11.3 (#4) (8cec1cb)

💄 Styles

  • add vscode extensions recommendation (db4bdb5)

🚀 Features

  • allow specifying different path for remote sources (56178ed)

0.5.3 (2022-03-18)

📚 Documentation

  • README: add limitations (8830ead)

0.5.2 (2022-03-12)

📚 Documentation

  • add helpful links and badges (8fb5253)

💡 Continuous Integration

  • Deps: bump actions/checkout from 2 to 3 (#2) (7fddfd6)
  • Deps: bump actions/setup-node from 2 to 3 (#3) (0af3476)

0.5.1 (2022-03-11)

📚 Documentation

0.5.0 (2022-03-11)

🚀 Features

  • add all remotes supported by cocoapods-downloader (e01ea82)
  • allow local flutter module to be declared dependency (1ad9f80)

✅ Tests

💡 Continuous Integration

  • add dependabot config (67099bd)
  • add flutter setup task (d5aeda3)
  • add publish to cocoapods repo task (8bbac4d)
  • fix bundle install on older macos (70522ea)
  • fix bundler error on linux (a18435a)
  • fix depandabot config spec violation (7846c67)
  • fix pod install (61954c9)
  • setup CI/CD pipeline (3e20bc9)
  • setup flutter for ios (d76deb2)

📚 Documentation

  • add code level documentation (f3c04ed)
  • README: add usage details (52852ae)