File: Changelog.md

package info (click to toggle)
ruby-babosa 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 348 kB
  • ctags: 148
  • sloc: ruby: 1,847; makefile: 3
file content (99 lines) | stat: -rw-r--r-- 1,756 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# Babosa Changelog

## 1.0.2

* Fix regression in ActiveSupport UTF8 proxy.

## 1.0.1

* Fix error with tidy_bytes on Rubinius.
* Simplify Active Support UTF8 proxy.
* Fix `allow_bangs` argument to to_ruby_method being silently ignored.
* Raise error when generating an impossible Ruby method name.

## 1.0.0

* Adopt semantic versioning.
* When using Active Support, require 3.2 or greater.
* Require Ruby 2.0 or greater.
* Fix Ruby warnings.
* Improve support for Ukrainian.
* Support some additional punctuation characters used by Chinese and others.
* Add Polish spec.
* Use native Unicode normalization on Ruby 2.2 in UTF8::DumbProxy.
* Invoke Ruby-native upcase/downcase in UTF8::DumbProxy.
* Proxy `tidy_bytes` method to Active Support when possible.
* Remove SlugString constant.

## 0.3.11

*  Add support for Vietnamese.

## 0.3.10

*  Fix Macedonian "S/S". Don't `include JRuby` unnecessarily.

## 0.3.9

* Add missing Greek vowels with diaeresis.

## 0.3.8

* Correct and improve Macedonian support.

## 0.3.7

* Fix compatibility with Ruby 1.8.7.
* Add Swedish support.

## 0.3.6

* Allow multiple transliterators.
* Add Greek support.

## 0.3.5

* Don't strip underscores from identifiers.

## 0.3.4

* Add Romanian support.

## 0.3.3

* Add Norwegian support.

## 0.3.2

* Improve Macedonian support.

## 0.3.1

* Small fixes to Cyrillic.

## 0.3.0

* Cyrillic support.
* Improve support for various Unicode spaces and dashes.

## 0.2.2

* Fix for "smart" quote handling.

## 0.2.1

* Implement #empty? for compatiblity with Active Support's #blank?.

## 0.2.0

* Add support for Danish.
* Add method to generate Ruby identifiers.
* Improve performance.

## 0.1.1

* Add support for Serbian.

## 0.1.0

* Initial extraction from FriendlyId.