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

D2M #1459

Merged
merged 23 commits into from
May 26, 2021
Merged

D2M #1459

merged 23 commits into from
May 26, 2021

Conversation

iamkun
Copy link
Owner

@iamkun iamkun commented Apr 16, 2021

No description provided.

@codecov
Copy link

codecov bot commented Apr 16, 2021

Codecov Report

Merging #1459 (64e7264) into master (8d6ad64) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            master     #1459    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files          176       176            
  Lines         1737      1965   +228     
  Branches       394       497   +103     
==========================================
+ Hits          1737      1965   +228     
Impacted Files Coverage Δ
src/locale/bn.js 100.00% <ø> (ø)
src/locale/br.js 100.00% <ø> (ø)
src/locale/es-do.js 100.00% <ø> (ø)
src/locale/es-pr.js 100.00% <ø> (ø)
src/locale/es-us.js 100.00% <ø> (ø)
src/locale/es.js 100.00% <ø> (ø)
src/locale/fi.js 100.00% <ø> (ø)
src/locale/sv.js 100.00% <ø> (ø)
src/locale/uk.js 100.00% <ø> (ø)
src/plugin/devHelper/index.js 100.00% <ø> (ø)
... and 66 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2ab64ac...64e7264. Read the comment docs.

@aloisklink
Copy link
Contributor

Hi @iamkun, before you merge dev into master and pushing to NPM, you might want to consider either:

Unfortunately #1395 has a bug with rollup, and completely breaks the utc plugin UMD build for Node.JS (feel free to test yourself using the following commands below)

alois@me:~/Documents/dayjs$ npm run build
...
alois@me:~/Documents/dayjs$ node
Welcome to Node.js v12.19.1.
Type ".help" for more information.
> const dayjs = require(".");
undefined
> const utc = require("./plugin/utc");
undefined
> dayjs.extend(utc);
Uncaught TypeError: t is not a function
    at Function.v.extend (/home/alois/Documents/dayjs/dayjs.min.js:1:6319)
> 

@iamkun iamkun merged commit 0fb4acf into master May 26, 2021
@iamkun
Copy link
Owner Author

iamkun commented May 26, 2021

🎉 This PR is included in version 1.10.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.