2017-11-22 16:40:03 +01:00
|
|
|
# Changelog
|
|
|
|
|
2018-02-21 21:29:13 +01:00
|
|
|
## 1.1.3 (February 21, 2018)
|
|
|
|
|
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Add package keywords
|
|
|
|
|
2018-02-21 15:53:10 +01:00
|
|
|
## 1.1.2 (February 21, 2018)
|
|
|
|
|
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Detection of regex values (although not an official data type) to avoid weird highlighting
|
|
|
|
|
2017-11-25 11:14:12 +01:00
|
|
|
## 1.1.1 (November 25, 2017)
|
|
|
|
|
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
- Add installation instructions and screenshot
|
|
|
|
|
2017-11-25 10:59:04 +01:00
|
|
|
## 1.1.0 (November 25, 2017)
|
2017-11-23 20:15:36 +01:00
|
|
|
|
2017-11-23 20:34:40 +01:00
|
|
|
NEW FEATURES:
|
|
|
|
|
|
|
|
- Support folding markers for directives like `<source>...</source>`
|
2017-11-24 23:08:34 +01:00
|
|
|
- Support toggling comments
|
2017-11-24 23:18:04 +01:00
|
|
|
- Support escape sequenes like `foo\nbar` in single, double and unquoted strings
|
2017-11-24 23:19:21 +01:00
|
|
|
- Support array and hash (using JSON source) value types like `["foo","bar"]`
|
|
|
|
- Support integer, time and size value types (e.g. `property 100`, `bufsize 5M` or `finterval 5s`)
|
2017-11-25 10:59:04 +01:00
|
|
|
- Support highlighting `${variables}` (used by e.g. [record_transformer plugin](https://docs.fluentd.org/v0.12/articles/filter_record_transformer))
|
2017-11-24 23:23:16 +01:00
|
|
|
- Support (double quoted) string interpolations like `#{Time.new.to_i + 1}` (using Ruby source)
|
2017-11-23 20:34:40 +01:00
|
|
|
|
2017-11-23 20:15:36 +01:00
|
|
|
IMPROVEMENTS:
|
|
|
|
|
2017-11-24 23:06:43 +01:00
|
|
|
- Add example fluent.conf file using as many Fluentd features as possible (even if this package does not highlight it correctly)
|
2017-11-23 20:15:36 +01:00
|
|
|
|
2017-11-22 16:40:03 +01:00
|
|
|
## 1.0.0 (November 22, 2017)
|
|
|
|
|
|
|
|
NEW FEATURES:
|
|
|
|
|
|
|
|
- Initial release of the [Sublime Text and TextMate package](https://github.com/adamchainz/fluentd.tmLanguage) as package for Atom
|