fullcalendar
Advanced tools
Comparing version 4.0.0-alpha to 4.0.0-alpha.2
@@ -0,1 +1,14 @@ | ||
v4.0.0-alpha.2 (2018-10-02) | ||
--------------------------- | ||
See https://fullcalendar.io/docs/v4/release-notes | ||
v4.0.0-alpha (2018-04-13) | ||
------------------------- | ||
See https://fullcalendar.io/blog/2018/04/alpha-release-jquery-removal | ||
v3.9.0 (2018-03-04) | ||
@@ -2,0 +15,0 @@ ------------------- |
@@ -26,3 +26,3 @@ | ||
Please edit the original files in the `locale/` directory. DO NOT edit anything in the `dist/` directory. The build system will responsible for merging FullCalendar's `locale/` data with the [MomentJS locale data]. | ||
Please edit the original files in the `locales/` directory. DO NOT edit anything in the `dist/` directory. The build system will responsible for merging FullCalendar's `locales/` data with the [MomentJS locale data]. | ||
@@ -29,0 +29,0 @@ |
@@ -8,4 +8,3 @@ { | ||
"event", | ||
"full-sized", | ||
"jquery-plugin" | ||
"full-sized" | ||
], | ||
@@ -26,8 +25,12 @@ "homepage": "https://fullcalendar.io/", | ||
"dependencies": { | ||
"moment": "^2.20.1", | ||
"superagent": "^3.8.2" | ||
"luxon": "^1.4.2", | ||
"moment": "^2.22.2", | ||
"moment-timezone": "^0.5.21", | ||
"rrule": "^2.5.6", | ||
"superagent": "^3.8.3" | ||
}, | ||
"version": "4.0.0-alpha", | ||
"releaseDate": "2018-04-13", | ||
"version": "4.0.0-alpha.2", | ||
"releaseDate": "2018-10-02", | ||
"devDependencies": { | ||
"@types/luxon": "^1.2.2", | ||
"awesome-typescript-loader": "^3.5.0", | ||
@@ -42,8 +45,8 @@ "bootstrap": "^3.3.7", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.7.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"extract-text-webpack-plugin": "^3.0.2", | ||
"glob": "^7.1.2", | ||
"glob": "^7.1.3", | ||
"gulp": "^3.9.1", | ||
@@ -54,3 +57,3 @@ "gulp-cssmin": "^0.1.7", | ||
"gulp-modify-file": "^1.0.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-rename": "^1.4.0", | ||
"gulp-shell": "^0.6.5", | ||
@@ -63,3 +66,2 @@ "gulp-tslint": "^8.1.3", | ||
"jasmine-core": "2.5.2", | ||
"jasmine-fixture": "^2.0.0", | ||
"jasmine-jquery": "^2.1.1", | ||
@@ -70,16 +72,15 @@ "jquery": "^3.3.1", | ||
"karma-chrome-launcher": "^2.2.0", | ||
"karma-jasmine": "^1.0.2", | ||
"karma-jasmine": "^1.1.2", | ||
"karma-sourcemap-loader": "^0.3.7", | ||
"karma-verbose-reporter": "0.0.6", | ||
"moment-timezone": "^0.5.5", | ||
"native-promise-only": "^0.8.1", | ||
"node-sass": "^4.8.3", | ||
"node-sass": "^4.9.3", | ||
"sass-loader": "^6.0.7", | ||
"tslib": "^1.8.0", | ||
"tslint": "^5.8.0", | ||
"tslint-config-standard": "^7.0.0", | ||
"typescript": "^2.8.1", | ||
"webpack": "^3.11.0", | ||
"tslib": "^1.9.3", | ||
"tslint": "^5.11.0", | ||
"tslint-config-standard": "^7.1.0", | ||
"typescript": "^2.9.2", | ||
"webpack": "^3.12.0", | ||
"webpack-stream": "^4.0.3", | ||
"xhr-mock": "^2.3.1", | ||
"xhr-mock": "^2.4.1", | ||
"yargs": "^4.8.1" | ||
@@ -93,3 +94,5 @@ }, | ||
"dist/*.d.ts", | ||
"dist/locale/*.js", | ||
"dist/plugins/*.js", | ||
"dist/plugins/*.css", | ||
"dist/locales/*.js", | ||
"README.*", | ||
@@ -96,0 +99,0 @@ "LICENSE.*", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
48
72
1234349
5
85
20958
+ Addedluxon@^1.4.2
+ Addedmoment-timezone@^0.5.21
+ Addedrrule@^2.5.6
+ Addedluxon@1.28.1(transitive)
+ Addedmoment-timezone@0.5.47(transitive)
+ Addedrrule@2.8.1(transitive)
+ Addedtslib@2.8.1(transitive)
Updatedmoment@^2.22.2
Updatedsuperagent@^3.8.3