File: CHANGELOG

package info (click to toggle)
ruby-to-regexp 0.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 112 kB
  • sloc: ruby: 232; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 410 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.2.1 / 2013-05-21

* Bug fixes

  * Make sure (for example) '/foo/imn'.to_regexp(detect: true) is detected as a case-insensitive, multiline, no-encoding regexp

0.2.0 / 2013-02-13

* Breaking changes
  
  * Strings are no longer stripped before conversion is attempted
  * :detect will make '' into nil and '//' into //

0.1.2 / 2013-02-13

* Enhancements

  * Start keeping CHANGELOG!
  * add :detect option