File: CHANGELOG.md

package info (click to toggle)
python-hashids 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: python: 443; makefile: 4
file content (70 lines) | stat: -rw-r--r-- 2,109 bytes parent folder | download | duplicates (2)
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
# Changelog

The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].

## [1.3.1] - 2020-07-26
### Fixed

Python requirement changed to `>=2.7`

## 1.3.0 - 2020-07-26

### Added
- Test for short alphabet

### Changed
- Changes the list of tested Python versions to the currently active versions: 2.7, 3.5–3.8, and pypy2/3.
- Build changed from `setup.py` to `pyproject.toml`
- Changelog format changed to *[Keep a Changelog].*

### Fixed
- Deprecation warnings for `encrypt`/`decrypt`


## 1.2.0 - 2017-01-06
### Changed
  - performance optimizations (Jakub Kramarz)
  - version classifiers (Patrick Mézard)

## 1.1.0 - 2015-03-31
### Added
  - add encode_hex() / decode_hex()

## 1.0.3 - 2015-02-26
### Changed
  - remove dependency to `future`

## 1.0.2 - 2015-01-15
### Changed
  - compatibility with JS version 1.0.x

## 1.0.1 - 2014-06-19
### Changed
  - only decode hashids if the re-encoded result equals the input

## 1.0.0 - 2014-04-21
### Changed
  - compatibility with JS version 0.3.x

## 0.8.4 - 2014-02-04
### Changed
  - Make setup.py compatible with older python versions

## [0.8.3] - 2013-06-02
Added
  - initial release, compatible with JS version 0.1.x


[1.3.0]: https://github.com/davidaurelio/hashids-python/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/davidaurelio/hashids-python/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/davidaurelio/hashids-python/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/davidaurelio/hashids-python/compare/1.0.3...1.1.0
[1.0.3]: https://github.com/davidaurelio/hashids-python/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/davidaurelio/hashids-python/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/davidaurelio/hashids-python/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/davidaurelio/hashids-python/compare/0.8.4...1.0.0
[0.8.4]: https://github.com/davidaurelio/hashids-python/compare/0.8.3...0.8.4
[0.8.3]: https://github.com/davidaurelio/hashids-python/releases/tag/v0.8.3
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html