Skip to content

Commit 5f7d1c5

Browse files
committed
Release v4.2.0
1 parent b71d396 commit 5f7d1c5

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 4.2.0-rc.0 (2025-09-28)
1+
## 4.2.0 (2025-09-28)
22

3+
* Bump deps ([b71d396](https://github.com/lovell/limax/commit/b71d396))
34
* CI: Ensure all Node.js LTS versions from 14 onwards ([e97753e](https://github.com/lovell/limax/commit/e97753e))
45
* CI: update all runners and actions to latest ([e1a7211](https://github.com/lovell/limax/commit/e1a7211))
56
* Add dual support for ESM and CommonJS ([c054e25](https://github.com/lovell/limax/commit/c054e25))

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module to include Romanisation of Chinese and Japanese scripts.
1111

1212
Give it a string of text in pretty much any major world language
1313
and it will convert it to valid characters,
14-
conforming to [RFC3986](http://www.ietf.org/rfc/rfc3986.txt),
14+
conforming to [RFC3986](https://www.ietf.org/rfc/rfc3986.txt),
1515
for use within the path element of a URL.
1616

1717
Currently supports, but not limited to, the following scripts:
@@ -92,12 +92,6 @@ Provided to support backwards-compatibility with the `slug` module.
9292
const underscore = slug('i ♥ unicode', '_'); // i_love_unicode
9393
```
9494

95-
## Test ![.github/workflows/ci.yml](https://github.com/lovell/limax/workflows/.github/workflows/ci.yml/badge.svg)
96-
97-
Run the unit tests with:
98-
99-
npm test
100-
10195
## Contribute
10296

10397
Pull requests with mappings and tests for further scripts and languages are more than welcome.
@@ -108,7 +102,7 @@ Copyright 2013 Lovell Fuller and others.
108102

109103
Licensed under the Apache License, Version 2.0 (the "License");
110104
you may not use this file except in compliance with the License.
111-
You may obtain a copy of the License at [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
105+
You may obtain a copy of the License at [https://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0.html)
112106

113107
Unless required by applicable law or agreed to in writing, software
114108
distributed under the License is distributed on an "AS IS" BASIS,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "limax",
3-
"version": "4.2.0-rc.0",
3+
"version": "4.2.0",
44
"main": "./lib/limax",
55
"types": "index.d.ts",
66
"description": "Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.",

0 commit comments

Comments
 (0)