Skip to content

Commit

Permalink
Merge pull request #419 from badgateway/prep-7.3
Browse files Browse the repository at this point in the history
Preparing 7.3 release
  • Loading branch information
evert authored Jan 6, 2022
2 parents c0701fc + f4b6e57 commit 77bcdf6
Show file tree
Hide file tree
Showing 4 changed files with 826 additions and 859 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"SwitchCase": 1
}],
"linebreak-style": ["error", "unix"],
"no-constant-condition": ["error", {
"checkLoops": false
}],
"quotes": ["error", "single",
{
"allowTemplateLiterals": false,
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2016-2020 Evert Pot, https://evertpot.com/
Copyright (c) 2016-2022 Evert Pot, https://evertpot.com/

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
ChangeLog
=========

7.2.1 (2021-??-??)
7.3.0 (2021-01-06)
------------------

* #416: Cache-dependencies setup with `inv-by` links are now respected when
manually clearing resource caches.
* #414: Don't attempt to parse the response if it had a `204` status, even
if there was a `Content-Type` header.
* #408: Emit a warning when an `_embedded` HAL item is missing a good `self`
link.

Expand Down
Loading

0 comments on commit 77bcdf6

Please sign in to comment.