Histórico de Commits

Autor SHA1 Mensagem Data
  Piotrek Koszuliński 5ecd6d8705 Use arrow functions. há 10 anos atrás
  Piotrek Koszuliński b0aca27c96 Replaced var with let or const. há 10 anos atrás
  Piotrek Koszuliński db80a1fe68 Removed the ability to pass items to the constructor and wrapped the existing option in an options object. há 10 anos atrás
  Piotrek Koszuliński 39fac39d13 Reimplemented the Collection class. há 10 anos atrás
  Aleksander Nowodzinski eb7b462b42 Use NamedCollection Map API in PluginCollection. há 10 anos atrás
  Piotrek Koszuliński adbb68a9bc Rewritten PluginCollection using NamedCollection. há 10 anos atrás
  Piotrek Koszuliński e3ef28d0ed Removed the Promise module. há 10 anos atrás
  Piotrek Koszuliński 5419065026 Do not forget about stopping function execution after a promise was rejected. há 10 anos atrás
  Piotrek Koszuliński 139bbc548b Tests: Added missing tests for a case when we call load() with some undefined or empty value. há 10 anos atrás
  Piotrek Koszuliński 8006bc059d Introduced basic mechanism for detecting and firing creators. há 10 anos atrás
  Aleksander Nowodzinski a90e12656a Ensured that plugins loaded into PluginCollection are instances of Plugin. há 10 anos atrás
  Aleksander Nowodzinski 3724f9720f Fixes #42. há 10 anos atrás
  Piotrek Koszuliński 9cbd41d941 Made PluginCollection forward the original error. há 10 anos atrás
  Piotrek Koszuliński bf0ed27351 Replaced existing Error() usage with CKEditorError(). há 10 anos atrás
  Piotrek Koszuliński c43ae0985d Converted existing classes and tests to ES6 style. há 10 anos atrás
  fredck 565f63c273 Moved code out of the "mvc" directory. há 10 anos atrás
  fredck c6258d91bc Added missing @return documentation on load(). há 10 anos atrás
  fredck 33eccef9d4 The `load()` method now sets the `path` property of loaded plugins. há 10 anos atrás
  fredck 2af76b51c1 The init() method of plugins is now called as part of editor.init(). há 10 anos atrás
  fredck c88e2d1221 Introduced Plugin.deps and automatic loading of dependencies. há 10 anos atrás
  fredck 4b22904655 Made it possible to retrieve plugins by name. há 10 anos atrás
  fredck 3432c697b7 Introduced the PluginCollection class. há 10 anos atrás