File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 55
66## [ Unreleased]
77
8+ ## [ v1.1.0] ( https://github.com/pulsar-edit/package-backend/releases/tag/v1.1.0 )
9+
10+ * Removed nearly all static data returns during dev runs, to reduce chance of bugs being missed.
11+ * Removed dev server support.
12+ * Fixed an issue where delivery time generated badges wouldn't appear on a list.
13+ * Implemented object builder patterns, to reduce verbosity and knowledge needed throughout the codebase.
14+ * Improved errors returned during a new package version publish.
15+ * Improved internal log injection safety checks, to further mitigate any malicious logs.
16+ * Added a new service filter to the ` /api/packages ` endpoint, to filter a package based off the services it consumes or provides.
17+ * Added badge support, and added automated ` Made for Pulsar! ` badges to packages.
18+ * Fixed an issue where the ` package ` ` data ` column wouldn't be updated correctly during a new version publish.
19+ * Refactored all ` /packages ` endpoints, to make future changes and fixes easier.
820* Improved errors returned in some situations to increase transparancy on the server's logic.
921* Fixed an issue that would stop the ` rename ` query parameter from being handled correctly.
1022* Fixed issue that could cause package download URL's to not resolve properly.
Original file line number Diff line number Diff line change 11{
2- "name" : " atom -backend" ,
3- "version" : " 1.0.1 " ,
2+ "name" : " package -backend" ,
3+ "version" : " 1.1.0 " ,
44 "description" : " The Pulsar API Backend for the Community fork of Atom." ,
55 "main" : " src/server.js" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments