New major release: 3.0.0
See original GitHub issueThere are several significant changes in this release:
- Tasks and preset autoinstall #99
- Deprecate the default preset and remove it as a dependency from the
mrm
package in favor of autoinstall #136 - Migrate all tasks to the new config API, based on Inquirer (there’s one task left —
gitter
) #137 - Remove the old config API #139
- Drop Node.js 8 support #138
- Revise docs
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
Spring Boot 3.0 Goes GA
Highlights of the new release include: A Java 17 baseline; Support for generating native images with GraalVM, superseding the experimental ...
Read more >What's New in Apache Kafka 3.0.0 - Confluent
Apache Kafka 3.0 is a major release in more ways than one. Apache Kafka 3.0 introduces a variety of new features, breaking API...
Read more >What's New in Apache Kafka 3.0.0
Apache Kafka 3.0 is a major release in more ways than one. Apache Kafka 3.0 introduces a variety of new features, breaking API...
Read more >Release notes for ArcGIS Pro 3.0
Each major, minor, and patch release of ArcGIS Pro includes fixes for bugs that were reported to Esri Technical Support. The bugs that...
Read more >OpenSSL 3.0 Series Release Notes
Major changes between OpenSSL 3.0.0 and OpenSSL 3.0.1 [14 Dec 2021] ... Enhanced 'openssl list' with many new options. Added migration guide to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
When testing the new version locally I found an error because we assume the default preset is installed by default. With the default preset deprecated we should clean the code of all traces.
I’ll have a priority fix for the error soon and can look into cleanup later.
I had a bit of free time and opened PRs for all remaining tasks. Let me know if there’s any more work left as I’m eager to ship autoinstall. 😄