matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
438 stars 68 forks source link

Refactor namespacing #545

Closed matteodem closed 7 years ago

matteodem commented 7 years ago

allow to import code from app. also refactor source code to use namespaces. something like:

import { Index, MinimongoEngine } from 'easy:search';

release a new version + deprecate global variables