0.6.0 • Published 9 years ago

authormodel v0.6.0

Weekly downloads
8
License
Apache License 2....
Repository
github
Last release
9 years ago

Authormodel is an abstraction between your average WYSI-whatever editor and your storage. It supports Structured Documentation.

Interface specs

This module exports specs that define the contracts for declared interfaces.

To be used like

describe("MyUnitEditor", function() {

  describe("implements UnitEditor", function() {
    require('authormodel/uniteditors/itest/UnitEditorSpec.js')(exports);
  });

  describe("implements UnitEditor, is .content compatible", function() {
    require('authormodel/uniteditors/itest/UnitEditorContentSpec.js')(exports);
  });

  describe("implements UnitEditor, actions spec", function() {
    require('authormodel/uniteditors/itest/UnitEditorActionSpec.js')(exports);
  });
0.6.0

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.12

9 years ago

0.3.11

9 years ago

0.3.10

9 years ago

0.3.9

9 years ago

0.3.8

9 years ago

0.3.7

9 years ago

0.3.6

9 years ago

0.3.5

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.1.0

9 years ago