boot-clj / boot-cljs

Boot task to compile ClojureScript programs.
Eclipse Public License 1.0
177 stars 40 forks source link

New release naming #147

Open Deraen opened 7 years ago

Deraen commented 7 years ago

The next release is no longer following Cljs compiler versioning.

While changing stuff, I decided to also move the repository from adzerk-oss organization to boot-clj organization.

I'm now also wondering what other names to change:

arichiardi commented 7 years ago

My 2c:

RadicalZephyr commented 7 years ago

FWIW, I really like the general boot task library convention of having group-id/artifact-id translate directly to (require [group-id.artifact-id :refer [task-name]). To me, that implies that powerlaces is maybe nicer than boot-clj because there is less repetition in the namespace.

I think if the group-id and the namespaces get changed, starting over at 1.0.0 makes more sense IMHO, since it's essentially a different project, with conveniently similar functionality.

Deraen commented 7 years ago

I have decided to release the next release using the old group-id and namespaces.

I'd still like to eventually use some other group-id, but naming is hard.

martinklepsch commented 7 years ago
[powerlaces/boot-cljs "2.0.0"]
powerlaces.boot-cljs/cljs ; <- task-var