danielgtaylor / eidolon

Generate JSON or JSON Schema from Refract & MSON data structures
MIT License
6 stars 1 forks source link

Add missing ref data to inherited members #4

Closed danielgtaylor closed 8 years ago

danielgtaylor commented 8 years ago

This fixes #3. The feature was working for includes/mixins, but was missing for members added through the inherit function. I tested a lot of variations and believe this should work well, even when the inherited base class is inheriting another class. Please let me know if you can think of any case where the code might break down! Version is bumped for a bug fix release.

cc @Baggz

Baggz commented 8 years ago

Looks good to me, @danielgtaylor! Could you please publish the new version?

danielgtaylor commented 8 years ago

@Baggz done!

Baggz commented 8 years ago

Just updated Eidolon in the Attributes Kit and it's working all good now! :dancer: