Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added colors to simple defaults for liberator #313

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1ef1ea6
Merge pull request #296 from elenacanovi/fix-logs
ordnungswidrig Dec 20, 2017
6928434
Bump version to 0.15.2-SNAPSHOT
ordnungswidrig Oct 11, 2017
1fe80a0
Update changelog
ordnungswidrig Dec 20, 2017
f1cee69
Update changes for release 0.15.2
ordnungswidrig Jun 22, 2018
489688f
Version 0.15.2
ordnungswidrig Jun 22, 2018
47aa620
Version 0.15.3-SNAPSHOT
ordnungswidrig Jun 22, 2018
eb62556
Prepare next release cycle
ordnungswidrig Jun 22, 2018
99124dc
Handle malformed Accept-Language Accept-Charset & Accept-Encoding
Aug 29, 2018
741e672
Remove examples from this repository
jeremyheiler Dec 20, 2018
47b7214
Upgrade from 1.9.0-alpha17 to 1.9
jeremyheiler Dec 20, 2018
45f9b4f
Add Clojure 1.10 profile
jeremyheiler Dec 20, 2018
92c7217
Improve JDK test matrix
jeremyheiler Dec 20, 2018
1cb1428
Upgrade midje from 1.8.3 to 1.9.4
jeremyheiler Dec 21, 2018
a32a87f
Remove redundant lein path config
jeremyheiler Dec 21, 2018
4e52e78
Merge pull request #303 from jeremyheiler/expand-build-matrix
ordnungswidrig Dec 21, 2018
154b238
Update changelog after #303 was merged
ordnungswidrig Dec 21, 2018
3c58638
Improve test output
ordnungswidrig Dec 21, 2018
db6b1d0
Allow defresource to have a docstring
jeremyheiler Dec 21, 2018
8a2cc8b
Merge pull request #305 from jeremyheiler/defresource-docstring
ordnungswidrig Dec 27, 2018
1683043
Improve `combine` to not return lazy sequences
jeremyheiler Dec 21, 2018
fe0460d
Merge pull request #304 from jeremyheiler/improve-combine-results
ordnungswidrig Jan 7, 2019
444cc25
Use minimum quality value when one given is unparsable
Jan 7, 2019
e7fab63
Add tests for prioritization of bad quality values
Jan 8, 2019
c436b75
Merge branch 'master' into handling-bad-qvals
Jan 8, 2019
5176385
Add #199 to CHANGES.markdown
Jan 8, 2019
9e5a491
Merge pull request #299 from lverns/handling-bad-qvals
ordnungswidrig Jan 9, 2019
e101799
Cleanup whitespace
ordnungswidrig Mar 22, 2019
e0002c5
Version 0.15.3
ordnungswidrig Mar 22, 2019
03447b3
Version 0.15.4-SNAPSHOT
ordnungswidrig Mar 22, 2019
5ce8260
Update changelog for next release
ordnungswidrig May 17, 2019
962ed16
Never respond with 304 if last-modified is missing in response
DerGuteMoritz May 10, 2019
99d1a89
Update changelog about default for last-modified
ordnungswidrig May 17, 2019
00415ac
added colors to simple defaults for liberator
Tavistock Jul 5, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ language: clojure
lein: lein
script: lein test-all
jdk:
- openjdk7
- oraclejdk7
- openjdk8
- openjdk9
- openjdk10
- openjdk11
- openjdk-ea
- oraclejdk8
- oraclejdk9
- oraclejdk11
branches:
except:
- gh-pages
30 changes: 28 additions & 2 deletions CHANGES.markdown
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
# Changelog

# Unreleased
# Unreleased changes

* Removed javax.xml.ws dependency
## Changes

* Return 304 not modified if request contains a if-modified-since
header and the resource does not specify modification date. This
is a better default for clients that do no handle resources without
a modification date well.

## Bugs fixes

# New in 0.15.3

* Remove old examples. These dependet on an ancient clojurescript
version which blocked updating some dependencies
* Update clojure versions in the build matrix.
* Allow `defresource` to have a docstring (#305)
* Improve `liberator.util/combine` to not return lazy sequences (#304)

## Bugs fixed

* Use minimum quality value when one provided is malformed (#199)

# New in 0.15.2

## Bugs fixed

* Log sequence could grow beyond limit (#295)
* Removed javax.xml.ws dependency (#290)

# New in 0.15.1

Expand Down
167 changes: 0 additions & 167 deletions examples/clj/examples.clj

This file was deleted.

72 changes: 0 additions & 72 deletions examples/clj/examples/collection.clj

This file was deleted.

41 changes: 0 additions & 41 deletions examples/clj/examples/olympics.clj

This file was deleted.

24 changes: 0 additions & 24 deletions examples/clj/examples/server.clj

This file was deleted.

Loading