Releases: prescottprue/devshare
Releases · prescottprue/devshare
Version v0.2.1
- 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
- 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
npm run lintandnpm run lint:fixnpm scripts addedprepushhook that runs lint- deploy to S3 now handled by travis
Version v0.1.3
project.download()andproject.fileSystem.download()methods added and downloading zip in all environmentsproject.clone()method added- Now using HTTPS for server calls
- Tests added for new methods
- Coverage maintained with new methods
Version v0.0.8
- 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
- Basic API functionality
- Browser example added
- Gitter room created & added to README