File tree 1 file changed +13
-2
lines changed
1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
- UNRELEASED
2
- ==========
1
+ 1.3.0 (2019-09-02)
2
+ ==================
3
+ This release adds a plethora of new crate features that permit users of regex
4
+ to shrink its size considerably, in exchange for giving up either functionality
5
+ (such as Unicode support) or runtime performance. When all such features are
6
+ disabled, the dependency tree for ` regex ` shrinks to exactly 1 crate
7
+ (` regex-syntax ` ). More information about the new crate features can be
8
+ [ found in the docs] ( https://docs.rs/regex/*/#crate-features ) .
9
+
10
+ Note that while this is a new minor version release, the minimum supported
11
+ Rust version for this crate remains at ` 1.28.0 ` .
3
12
4
13
New features:
5
14
6
15
* [ FEATURE #474 ] ( https://github.com/rust-lang/regex/issues/474 ) :
7
16
The ` use_std ` feature has been deprecated in favor of the ` std ` feature.
8
17
The ` use_std ` feature will be removed in regex 2. Until then, ` use_std ` will
9
18
remain as an alias for the ` std ` feature.
19
+ * [ FEATURE #583 ] ( https://github.com/rust-lang/regex/issues/583 ) :
20
+ Add a substantial number of crate features shrinking ` regex ` .
10
21
11
22
12
23
1.2.1 (2019-08-03)
You can’t perform that action at this time.
0 commit comments