mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
34 lines
548 B
Markdown
34 lines
548 B
Markdown
# Changelog
|
|
|
|
## 2.0.0
|
|
|
|
- Switch to @faker-js/faker
|
|
- Add `animal`, `music`, `marsenne` and `datatype` entities
|
|
- Update `git` entity
|
|
- Improve tests
|
|
|
|
## 1.5.0
|
|
|
|
- Add support for Faker v5.1
|
|
|
|
## 1.4.1
|
|
|
|
- include `node_modules` folder in `.vscodeignore`
|
|
|
|
## 1.4.0
|
|
|
|
- convert locale field in setting from free text to dropdown
|
|
- improve vscodeignore to ignore some files and folders
|
|
|
|
## 1.3.1
|
|
|
|
fix performance issue by loading Faker based on locale set in config
|
|
|
|
## 1.3.0
|
|
|
|
use replace mechanism to put faker values
|
|
|
|
## 1.2.0
|
|
|
|
add multi cursor support
|