Francis Turmel

Results 27 issues of Francis Turmel

Closes #3133 This allows `mars`, `juni` and `juli` to be correctly parsed with the `MMM` (abbreviated month) token.

🌎 I18n fix

#3089 introduced bad jsdocs in the `constructFrom` and `transpose` functions, which made the `./scripts/build/typings.js` build step choke.

🐜 Bug fix

Closes #3129 The recent addition of the `roundingMethod` option (#3091) was not implemented correctly, and some unit tests were not checking for the right behavior. This PR fixes the problems,...

📃 Docs
🌟 Improvement
🐜 Bug fix

If anyone has the patience to go through this, there are still several tokens that don't match bi-directionally in locales (ie: the output of the `format` function can't be correctly...

🌏 I18n
✋ Help wanted

- Replaced `mz` in favor of `fs/promises` - Removed the following dev dependencies: - firebase - glob-promise - lodash - moment - size-limit - snazzy - gzip-size-cli - mz -...

⚙️ Chore
dependencies

See companion PR #2948 This PR should get rid of all remaining linting errors caught by these new rules, except for one missing d.ts file that should get resolved by...

⚙️ Chore
TypeScript

This PR brings linter improvements and fixes. The current eslint configuration is not working very well... **Overview** - isolates the linter checks in their own Github CI action - fixes...

⚙️ Chore
🌟 Improvement
dependencies

Following the discussion and troubleshooting here [#1268#issuecomment-1024893923](https://github.com/date-fns/date-fns/issues/1268#issuecomment-1024893923), this PR tries to improve the function's documentation and give better examples. It also introduces an options object to customize whether the start...

🎉 Feature
📃 Docs
🌟 Improvement

- stop CI tests from running twice on branches - stops forks from running coverage and deploy actions on master, which always results in failures anyways

🌟 Improvement

Upgrades `husky`, `lint-staged` and `prettier` to latest versions, adds pre-commit hook and setup instructions. Similar to #2319 but with newer deps, additional documentation and the `prepare` script to create the...

⚙️ Chore
🌟 Improvement
dependencies