Skip to content

Releases: Olical/conjure-deps

Use a single injection order file

06 Sep 18:38
569a1a5
Compare
Choose a tag to compare

I was originally saving all injection orders to a directory under their hash. That's not required since I'm not requiring people to depend on this directly just yet.

If I require it for ClojureScript in the future I'll reinstate this feature.

Internal refactor and required namespaces

30 Aug 09:03
74100d6
Compare
Choose a tag to compare

The munging code is a lot nicer now (I think?) and you can specify which namespaces specifically are required in the injected dependencies file to filter the list of files down.

This means unused namespaces won't be injected which is quite nice.

Initial release

29 Aug 23:01
2d3b0e8
Compare
Choose a tag to compare

Nothing special to see here, mainly extracting the existing munge code out of the Conjure repository into this hopefully slow moving repository.