Francis Turmel
Francis Turmel
Closes #3133 This allows `mars`, `juni` and `juli` to be correctly parsed with the `MMM` (abbreviated month) token.
#3089 introduced bad jsdocs in the `constructFrom` and `transpose` functions, which made the `./scripts/build/typings.js` build step choke.
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,...
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...
- Replaced `mz` in favor of `fs/promises` - Removed the following dev dependencies: - firebase - glob-promise - lodash - moment - size-limit - snazzy - gzip-size-cli - mz -...
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...
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...
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...
- stop CI tests from running twice on branches - stops forks from running coverage and deploy actions on master, which always results in failures anyways
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...