Skip to content

Releases: prescottprue/devshare

Version v0.2.1

03 Oct 08:21

Choose a tag to compare

  • Handling of shortened form of environment names added (dev, prod)
  • Usernames can no longer contain spaces in signup
  • Provider auth now handled in signup
  • Dependency Versions updated
  • Github Signup Working (fetches username after successful auth)

Version v0.2.0

29 Sep 03:33

Choose a tag to compare

  • Now using Firebase instead of Tessellate server
  • Zip functionality changed to use firebase instead of tessellate server
  • Fixed project name regex
  • Add collaborator fixed
  • Promise rejections now use strings instead of objects
  • Remove project and collaborator working

Version v0.1.5

11 Aug 06:23

Choose a tag to compare

  • npm run lint and npm run lint:fix npm scripts added
  • prepush hook that runs lint
  • deploy to S3 now handled by travis

Version v0.1.3

19 Apr 11:18

Choose a tag to compare

  • project.download() and project.fileSystem.download() methods added and downloading zip in all environments
  • project.clone() method added
  • Now using HTTPS for server calls
  • Tests added for new methods
  • Coverage maintained with new methods

Version v0.0.8

03 Apr 09:32

Choose a tag to compare

  • File methods working (needed for devshare.io)
  • File names can not contain invalid characters
  • Tests added for utils
  • Coverage still above 98%

Version v0.0.2

24 Mar 06:30

Choose a tag to compare

Version v0.0.2 Pre-release
Pre-release
  • Basic API functionality
  • Browser example added
  • Gitter room created & added to README