onepub 1.3.2 copy "onepub: ^1.3.2" to clipboard
onepub: ^1.3.2 copied to clipboard

Command line tools for onepub.dev including a replacement pub command.

1.3.2 #

  • fixed a 'first time' bug with the login.

1.3.1 #

  • Fixed errors raised by the static analyzer.

1.3.0 #

  • applied lint_hard
  • renamed add_private to add.
  • restructured the command set so all package related commands are under pub.
  • Improvements to the help output and general cli output from each command.
  • Added PATH to the output of onepub doctor.
  • Updated license files to reflect actual and intended usage.
  • Added global deactivate. change command structure of global to be pub global to match dart pub commands.
  • Added onepub global activate command to make it easy to activate packages hosted by onepub.
  • upgraded third party tar library.
  • Now saving the opeartor email into the OnePubSettings file so that onepub doctor can print it out.
  • Fixed spelling in login for failed auth.
  • colour coded the error message displayed by onepub login when you try to use it from an ssh shell.
  • improved unit tests.

1.2.4 #

  • Fixes #37

1.2.2 #

  • Added documentation keyword to pubspec.yaml

1.2.1 #

  • Tweaks to improve our pub.dev score.

1.2.0 #

  • removed the need to pass a version to the onepub add command.

1.1.12 #

  • import command now sets the organisation name.
  • change logout command so it succeeds even if you have already logged out.
  • change import to use the new end point /organisation/token.
  • fixes for windows.

1.1.11 #

  • Added a --ask switch to import so a user could directly enter the onepub token. This was to make it easy for ssh users to authenticate.
  • improvements to the output of onepub doctor.

1.1.10 #

  • minor cleanups.

1.1.9 #

  • improved the completion message when adding a private dependency.
  • Found a combo dependencies that works from 2.12 to 2.17. Change dependencies with care.
  • change resolveWebEndPoint to use the correct slash when running on windows.
  • Fixed bug on windows caused by settgins.yaml trying move the file whilst it was still open.

1.1.7 #

  • Merge branch 'main' of github.com:onepub-dev/onepub
  • add CORS header
  • Merge branch 'main' of github.com:onepub-dev/onepub
  • Fixed a bug in dart 'pub login' command when google auth doesn't return the name field.
  • Update release.yml
  • tidy up
  • remove print statements

1.1.0 #

Asper KayZGames recommendation we now check for a flutter dependency in the pubspec.yaml to determine if we should run flutter pub or dart pub.

1.0.2 #

Better description.

1.0.1 #

  • spelling

1.0.0 #

  • First release

0.0.1 #

  • Initial version.