Skip to content

Interest in keeping cherrytree development #167

@blikblum

Description

@blikblum

Hi,

I've been developing a fork of cherrytree published as cherrytreex, currently as version 3.4.

It's API is compatible with v2 but adds some features from v3

Here's what changed:

The incompatibility with cherrytree v2 are :

  • package is distributed as an ES Module
  • the constructor is exported instead of a factory function
  • do not use current state in generate
  • requires window.Promise (native or pollyfied)

I'm planing a v4 with a few breaking changes:

  • Use named exports for better tree shaking
  • Publish with ES Classes, ES6 features, no transpilling down to ES5
  • Make route.name optional

Since there's no activity here for a while, i'd like to know if there's interest that i take the ownership of cherrytree repository / npm package so the project keeps going on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions