Skip to content

Releases: gmpassos/shelf_letsencrypt

v1.2.2

27 Aug 22:34
Compare
Choose a tag to compare
fix shelf_letsencrypt_test.dart

v1.2.1

03 Aug 23:05
Compare
Choose a tag to compare
- acme_client: ^1.2.0
- basic_utils: ^5.6.1
- collection: ^1.18.0
- lints: ^2.1.1
- test: ^1.24.4

v1.2.0

28 May 01:57
Compare
Choose a tag to compare
- `LetsEncrypt`:
  - Rename `isWellknownPath` to `isWellKnownPath```
- sdk: '>=3.0.0 <4.0.0'
- shelf: ^1.4.1
- collection: ^1.17.1
- lints: ^2.1.0
- test: ^1.24.1

v1.1.1

26 Feb 13:47
ff311ac
Compare
Choose a tag to compare
Merge v1.1.1


- Self check URL now handled by `shelf_letsencrypt`:
  - Using path: `/.well-known/check/`

v1.1.0

26 Feb 12:13
1b590d9
Compare
Choose a tag to compare
Merge v1.1.0


- `README.md`: fix Dart CI badge
- Update Dart CI.
- Fix lints.
- path: ^1.8.3
- shelf: ^1.4.0
- acme_client: ^1.1.0
- basic_utils: ^3.9.4
- coverage: ^1.6.3
- collection: ^1.16.0
- lints: ^2.0.1
- test: ^1.23.1
- dependency_validator: ^3.2.2

v1.0.0

27 Oct 05:49
Compare
Choose a tag to compare
- Initial version.