Skip to content

Commit d760801

Browse files
committed
1.4.0 and 2.4.0 changelog
1 parent 9f8d3f0 commit d760801

File tree

1 file changed

+30
-11
lines changed

1 file changed

+30
-11
lines changed

CHANGELOG.md

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,79 @@
11
# Changelog
22

3-
## 2.3.0
3+
## 2.x
4+
5+
### 2.4.0
6+
7+
*Nov 10, 2020*
8+
9+
* Make spec compliant BitTorrent code simpler: `null` and `false` values are now skipped on encoding
10+
* Remove deprecation warning for options array
11+
12+
### 2.3.0
13+
414
*Oct 4, 2020*
515

616
* Shorten `dictionaryType` to `dictType`. `dictionaryType` will be removed in 3.0
717
* Trigger silent deprecations for deprecated stuff
818

9-
## 2.2.0
19+
### 2.2.0
1020

1121
*Oct 3, 2020*
1222

1323
* Update `dump()` and `load()` signatures to match `encode()` and `decode()`
1424

15-
## 2.1.0
25+
### 2.1.0
1626

1727
*Aug 5, 2020*
1828

1929
* Replace Becnode::decode() options array with named parameters.
2030
Options array is now deprecated and will be removed in 3.0
2131
* Engine optimizations
2232

23-
## 2.0.0
33+
### 2.0.0
2434

2535
*Jun 30, 2020*
2636

2737
* PHP 8 is required
2838
* Legacy namespace `SandFoxMe\Bencode` is removed
2939
* Encode now throws an error if it encounters a value that cannot be serialized
3040

31-
## 1.3.0
41+
## 1.x
42+
43+
### 1.4.0
44+
45+
*Nov 10, 2020*
46+
47+
* Make spec compliant BitTorrent code simpler: `null` and `false` values are now skipped on encoding
48+
* Add `'dictType'` alias for `'dictionaryType'` for 2.3 compatibility
49+
50+
### 1.3.0
3251

3352
*Feb 14, 2019*
3453

3554
* Increased parser speed and reduced memory consumption
3655
* Base namespace is now `SandFox\Bencode`. Compatibility is kept for now
3756
* Fixed tests for PHP 8
3857

39-
## 1.2.0
58+
### 1.2.0
4059

4160
*Feb 14, 2018*
4261

4362
* Added `BencodeSerializable` interface
4463

45-
## 1.1.2
64+
### 1.1.2
4665

4766
*Dec 12, 2017*
4867

4968
* Throw a Runtime Exception when trying to use the library with Mbstring Function Overloading on
5069

51-
## 1.1.1
70+
### 1.1.1
5271

5372
*Mar 30, 2017*
5473

5574
* ListType can now wrap arrays
5675

57-
## 1.1.0
76+
### 1.1.0
5877

5978
*Mar 29, 2017*
6079

@@ -64,13 +83,13 @@
6483
* PHP 7.0 is now required instead of PHP 7.1
6584
* Tests!
6685

67-
## 1.0.1
86+
### 1.0.1
6887

6988
*Mar 22, 2017*
7089

7190
* Add stdClass as list/dict decoding option
7291

73-
## 1.0.0
92+
### 1.0.0
7493

7594
*Mar 22, 2017*
7695

0 commit comments

Comments
 (0)