v0.6.0
Node reference id bug fix (#25) 1. As we were maintaining global cache of processed references. It was colliding with objects across files, hence the nodes which were processed for one file's ast, was getting just referenced with id from other file. Made changes to intialise the cache before every file is being processed. 2. Updated respective test cases.