詳細情報
タイトル | Grunt |
---|---|
URL | http://gruntjs.com/ |
バージョン | 1.6.1 1.6.0 1.5.3 1.5.2 1.5.0 1.4.1 1.4.0 1.3.0 1.2.1 1.2.0 1.1.0 |
更新日 | 2023/02/01 |
追加日 | 2016/04/08 |
種別 | フリーソフト |
説明 | Web制作に関係した様々なタスクを自動化するためのツール。 |
スクリーンショット
スクリーンショットはありません。
レビュー
レビューはありません。
更新グラフ
バージョン履歴
No. | バージョン名 | 日付 |
---|---|---|
1 | 1.6.1 | 2023/02/01 |
v1.6.1 date: 2023-01-31 changes: - Downgrades to glob 7 for Windows compatability - Removes mkdirp and rimraf in favour of node.js APIs. | ||
2 | 1.6.0 | 2023/01/29 |
v1.6.0 date: 2023-01-28 changes: - Requires node.js 16+. - template.date now uses dateformat ~4.6.2. - other dependency updates such as glob, rimraf, etc. | ||
3 | 1.5.3 | 2022/05/10 |
v1.5.3 date: 2022-04-23 changes: - Patch up race condition in symlink copying. | ||
4 | 1.5.2 | 2022/04/12 |
v1.5.2 date: 2022-04-12 changes: - Unlink symlinks when copy destination is a symlink. v1.5.1 date: 2022-04-11 changes: - Fixed symlink destination handling. | ||
5 | 1.5.0 | 2022/04/11 |
v1.5.0 date: 2022-04-10 changes: - Updated dependencies. - Add symlink handling for copying files. | ||
6 | 1.4.1 | 2021/05/25 |
v1.4.1 date: 2021-05-24 changes: - Fix --preload option to be a known option - Switch to GitHub Actions - Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb. | ||
7 | 1.4.0 | 2021/04/23 |
v1.4.0 date: 2021-04-21 changes: - Security fixes in production and dev dependencies | ||
8 | 1.3.0 | 2020/08/19 |
v1.3.0 date: 2020-08-18 changes: - Switch to use `safeLoad` for loading YML files via `file.readYAML`. - Upgrade legacy-log to ~3.0.0. - Upgrade legacy-util to ~2.0.0. | ||
9 | 1.2.1 | 2020/07/08 |
v1.2.1 date: 2020-07-07 changes: - Remove path-is-absolute dependency. (PR: https://github.com/gruntjs/grunt/pull/1715) | ||
10 | 1.2.0 | 2020/07/04 |
v1.2.0 date: 2020-07-03 changes: - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: https://github.com/gruntjs/grunt/pull/1677) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: https://github.com/gruntjs/grunt/pull/1675) - Exposes Grunt Option keys for ease of use. (PR: https://github.com/gruntjs/grunt/pull/1570) - Avoiding infinite loop on very long command names. (PR: https://github.com/gruntjs/grunt/pull/1697) | ||
11 | 1.1.0 | 2020/03/17 |
v1.1.0 date: 2020-03-16 changes: - Update to mkdirp ~1.0.3 - Only support versions of Node >= 8 |