This repository has been archived by the owner on Aug 4, 2018. It is now read-only.
Releases: hel-repo/hel
Releases · hel-repo/hel
Version 2.0.0
Info
- PR #5.
- Deployed.
- Breaking changes.
Changes
- Breaking change. Changed the response of
Packages:GET
:
{"offset": 0,
"total": 100,
"sent": 10,
"truncated": true,
"data": [
"..."
]
}
- When the user is logged in, don't respond with the
400 Bad Request
message if they send some action, other thanlog-out
. - Breaking change. Packages now can have multiple owners. The
owner
package field is now calledowners
. - Usernames are checked against a regex (
[A-Za-z0-9-_]+
).
Version 1.0.0
The first stable release! 🍰 🎉 As all critical tasks are done now, starting from this release, all changes will update the version according to the SemVer specification. I.e., breaking changes will bump the major version, new features will bump the minor version, and bug-fixes and minor changes will bump the patch version. No more every-day-database-manual-updates!
Changes
- Added the
stats.date
field.
Version 0.7.2
Changes
- Added URL validity checks.
Version 0.7.1
Changes
- Removed
passwd-confirm
param.
Version 0.7.0
Changes
- Made the /auth view process
application/json
instead ofapplication/x-www-form-urlencoded
(that was illogical).
Version 0.5.0
Changes
- Changed the replacement character. This breaks existing packages.
- Made error messages unified.
Version 0.4.1
Changes
- Added
Access-Control-Allow-Origin
header for cross-origin AJAX API requests. - Fixed strange log in and log out behaviours.
Version 0.4.0
Separated the auth logic from the home view, so now it's possible to authorize via API! 🍰
Version 0.3.2
Added the changes
field to versions.num
.
Version 0.3.1
The release I forgot to release.
Minor changes. Too minor to even describe here.