Skip to content

v2.1.0

Compare
Choose a tag to compare
@bobjunga bobjunga released this 11 Sep 18:08
· 25 commits to master since this release

This is the stable 2.x release that the next version of my Atom packages will use

  • refined the PolyfillObjectMixin class while working on the TreeViewAutoReveal button 0cbc521
  • first commit after Moab break
    • replaced CompositeDisposable with my general Disposables class
    • added PolyfillObjectMixin.js class to support pattern of managing dynamic extensions to atom global API
    • added polyfill-config.js to extend atom.config with a ::removeSchema method
    • added function BGHideWorkspaceItemFromURI (to support getting the tree-view object)
    • removed redom dependency 187327e
  • cleaning up for 2.x release
    • improved the dispose pattern for BGAtomPlugin
    • BGAtomPlugin: added watchConfig, watchPackage, watchPreCommand, watchPostCommand
    • moved BGStylesheet from here to bg-atom-redom-ui
    • organized pkg helpers into bg-packageManager accessing via atom2.packages
    • added bg-promise
    • bc8f212
  • Pkg install with feedback dlg is now working. About to do an organizational cleanup round on the new code a573225
  • renamed esmLoader to esmToCjsBridge c1a4dae

v2.0.0...v2.1.0