@zxcvbn-ts/language-fi
Version:
The Finnish language package for zxcvbn-ts
70 lines (43 loc) • 4.29 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [4.1.0](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/language-fi@3.0.2...@zxcvbn-ts/language-fi@4.1.0) (2026-06-11)
### Bug Fixes
- **dictionaries:** remove gzip/base64 as it increases the bundle size in the browser ([c8f1f79](https://github.com/zxcvbn-ts/zxcvbn/commit/c8f1f79a4848c7ff69b892ec005b9bd2f48e62d1))
### Features
- Add word sequence matcher ([#301](https://github.com/zxcvbn-ts/zxcvbn/issues/301)) ([8aba38e](https://github.com/zxcvbn-ts/zxcvbn/commit/8aba38eeabeb5b7eaed8d37330b024e66d34dc1e))
- **package:** add dictionary compression ([c317614](https://github.com/zxcvbn-ts/zxcvbn/commit/c317614cd758416a71f9adcb2e9d7caf125a23f7))
- **package:** cleanup package json with publint ([74f6fff](https://github.com/zxcvbn-ts/zxcvbn/commit/74f6ffffcc93c90591523fe7047ed843cb25c3ac))
- **package:** revert cleanup package json with publint ([360ce9e](https://github.com/zxcvbn-ts/zxcvbn/commit/360ce9e28b464a573e5f92294027518a995b06c0))
- **package:** revert cleanup package json with publint ([0eca875](https://github.com/zxcvbn-ts/zxcvbn/commit/0eca875d6de5265278666299c0a06fc4a8c453a7))
- **packages:** modernize packages ([c2a6313](https://github.com/zxcvbn-ts/zxcvbn/commit/c2a6313ca0ca61de875f45338df3147c050549fe))
- Update to new common words list ([#314](https://github.com/zxcvbn-ts/zxcvbn/issues/314)) ([1bbd9db](https://github.com/zxcvbn-ts/zxcvbn/commit/1bbd9db5ed225b9aaa50781b5fa6348bf1852e74))
- use wordSequences correctly as dictionary ([e88226d](https://github.com/zxcvbn-ts/zxcvbn/commit/e88226df7aa17b6302d86aeb443089b442c60e66))
- use wordSequences correctly as dictionary ([0c84a11](https://github.com/zxcvbn-ts/zxcvbn/commit/0c84a11e821e299d311e61458111fbc64318705b))
## [3.0.2](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/language-fi@3.0.1...@zxcvbn-ts/language-fi@3.0.2) (2023-09-17)
### Bug Fixes
- **docs:** resolve typo ([3785f0a](https://github.com/zxcvbn-ts/zxcvbn/commit/3785f0a0ef5400dbcbd666512370a67cb651c46d))
## [3.0.1](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/language-fi@3.0.0...@zxcvbn-ts/language-fi@3.0.1) (2023-05-10)
### Bug Fixes
- **language:** set sideEffects to false to make it treeshakeable ([3c7c4c3](https://github.com/zxcvbn-ts/zxcvbn/commit/3c7c4c3e8091b5c8b6e8493da5ea9bd8517827e2))
# [3.0.0](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/language-fi@2.2.0...@zxcvbn-ts/language-fi@3.0.0) (2023-05-07)
- feat!: makes language packages tree shakeable (#176) ([3be6ae2](https://github.com/zxcvbn-ts/zxcvbn/commit/3be6ae2ae3f4ff7ade756df50c60274cbc2b0e20)), closes [#176](https://github.com/zxcvbn-ts/zxcvbn/issues/176) [#175](https://github.com/zxcvbn-ts/zxcvbn/issues/175)
### BREAKING CHANGES
- Language packages no longer has a default export.
Instead of importing language packages with
`import package from '@zxcvbn-ts/language-en'`
You will now have to import it either like this
`import { dictionary, translations } from '@zxcvbn-ts/language-en'`
or like this
`import * as package from '@zxcvbn-ts/language-en'`
The reason for the change is so that you can tree shake the
dictionary and translations.
# [2.2.0](https://github.com/zxcvbn-ts/zxcvbn/compare/@zxcvbn-ts/language-fi@2.1.0...@zxcvbn-ts/language-fi@2.2.0) (2022-09-12)
### Features
- **generator:** Simplify generators ([#140](https://github.com/zxcvbn-ts/zxcvbn/issues/140)) ([c3edeb8](https://github.com/zxcvbn-ts/zxcvbn/commit/c3edeb84de4f0e9a67aa9b07095b174059a6863a))
- **languages:** update dictionaries ([86ce647](https://github.com/zxcvbn-ts/zxcvbn/commit/86ce647b5dc675f68e205adcc16646dbfca593e7))
- **languages:** update dictionaries ([7f67d3a](https://github.com/zxcvbn-ts/zxcvbn/commit/7f67d3a71ef3b1136fc965c21d9febbfa3e74193))
# 2.1.0 (2022-08-04)
### Features
- **language:** add Finnish dictionary and language package ([#133](https://github.com/zxcvbn-ts/zxcvbn/issues/133)) ([321d8fe](https://github.com/zxcvbn-ts/zxcvbn/commit/321d8fe1daaa0293f314d0a2940de0a867130d76))
- **languages:** add finnish wikipedia ([9b9332e](https://github.com/zxcvbn-ts/zxcvbn/commit/9b9332e8ea491c9dc0e0b5a7e23ed1e40c3d3e5b))