Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.65 KB

ROADMAP.md

File metadata and controls

27 lines (16 loc) · 1.65 KB

trailmap

Purpose

The trails.js team maintains this document to serve as a foward-looking plan for how the framework will grow and evolve. The goal of the roadmap is to assist developers in planning the future of their projects. Please submit an Issue or Pull Request if you feel that something should be added or changed in this document, and we are happy to discuss.

Organization

Each major and minor release will be represented by a Github Milestone. Each major version series will be developed on a separate branch. Please submit featyre requests, bug reports, and other suggestions as Github Issues for inclusion in a future release.

Release Schedule

Trails intentionally parallels its release schedule with the Node.js release schedule.

Trails Release and Maintenance Roadmap

Major and minor version releases occur according to a regular calendar schedule, and versions are assigned according to semver. Major releases occur in April. The Trails team releases a minor version once per month with the latest feature updates for the current series. The fifth minor release, in October of the same year, will be tagged for LTS (Long Term Support) which lasts 18 months.

Upcoming Releases

v3.0 (April 2017)

Trails v3 development takes place on the v3 branch. Some key changes and additions:

  • Node 6 is required; ES5 code written for Node 4 will be refactored into ES6
  • Separate i18n and logging from the core
  • Introduce Resolver as a core Trails class
  • Standardize Policy interface