Skip to content

1.0.0 Alpha 9

Compare
Choose a tag to compare
@TheVinc TheVinc released this 18 Dec 13:14
· 348 commits to main since this release

This alpha release contains the following additions:

Provider updates

  • add me() for Instagram
  • add field mobile.url in Tripit conf file for url replacement for mobile only on oauth/authorize url

Core

  • Made return format to return error when code is not 2xx
  • Added index management in base entity
  • Update handling of special mobile parameters in providers conf to handle a field mobile.url which will replace the first part of the actual url if the opts mobile is set on true in popup firing method.
  • Fix bugs that occurred during plugins install. Check if plugin has git file. info getPluginsJson obj now returning obj if plugin not installed yet. Transform scaffolding Git method into promise.