File: NEWS.md

package info (click to toggle)
ruby-adsf 1.4.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 276 kB
  • sloc: ruby: 717; makefile: 11
file content (49 lines) | stat: -rw-r--r-- 696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Release notes for adsf

## 1.4.1 (2018-02-02)

Fixes:

* [adsf-live] Fixed Windows compatibility (#14)

## 1.4.0 (2017-11-26)

Features:

* Added `--live-reload` option (requires `adsf-live`)

## 1.3.1 (2017-11-25)

Enhancements:

* Added headers for CORS (#9, #12)

## 1.3.0 (2017-11-19)

Features:

* Added `Adsf::Server`

## 1.2.1 (2016-03-14)

* Fixed compatibility with Ruby 2.3.0 (#3) [Vipul Amler]

## 1.2.0 (2013-11-29)

* Added `--local-only` and `--listen-address` options (#1) [Ed Brannin]

## 1.1.1

* Made SIGINT/SIGTERM cause proper exit

## 1.1.0

* Added support for custom index filenames [Mark Meves]

## 1.0.1

* Added runtime dependency on Rack

## 1.0.0

* Initial release