Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump transliteration from 1.6.2 to 2.2.0 #246

Merged
merged 2 commits into from
Jun 3, 2021

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 29, 2021

Bumps transliteration from 1.6.2 to 2.2.0.

Changelog

Sourced from transliteration's changelog.

2.2.0

  • Fix #229 data issue
  • Add an option fixChineseSpacing option for improving performance for none-Chinese languages
  • Fix #202 replace related issues.
  • Update dependencies

2.1.0

  • Add transliterate as a global variable for browser builds. Keep transl for backward compatibility.

2.0.0

  • CDN file structure changed: https://www.jsdelivr.com/package/npm/transliteration
  • The entire module had been refactored in Typescript, with big performance improvements as well as a reduced package size.
  • Better code quality. 100% unit tested.
  • bower support was dropped. Please use CDN or webpack/rollup.
  • As according to RFC 3986, more characters(/a-zA-Z0-9-_.~/) are kept as allowed characters in the result for slugify, and it is configurable.
  • Added uppercase as an option for slugify, if is set to true then the generated slug will be converted to uppercase letters.
  • Unknown characters will be transliterated as empty string by default, instead of a meaningless [?].

1.6.6

  • Added support for TypeScript. #77

1.5.0

  • Minimum node requirement: 6.0+

1.0.0

  • Code had been entirely refactored since version 1.0.0. Be careful when you plan to upgrade from v0.1.x or v0.2.x to v1.0.x
  • The options parameter of transliterate now is an Object (In 0.1.x it's a string unknown).
  • Added transliterate.config and slugify.config.
  • Unknown string will be transliterated as [?] instead of ?.
  • In the browser, global variables have been changed to window.transl and windnow.slugify. Other global variables are removed.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 29, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/transliteration-2.2.0 branch 4 times, most recently from 79bad3b to 7aa19ff Compare June 3, 2021 10:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/transliteration-2.2.0 branch from 7aa19ff to 2504263 Compare June 3, 2021 10:23
@koral-- koral-- merged commit 57d2a81 into master Jun 3, 2021
@koral-- koral-- deleted the dependabot/npm_and_yarn/transliteration-2.2.0 branch June 3, 2021 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant