Skip to content

Commit

Permalink
v0.12
Browse files Browse the repository at this point in the history
    - various docs updates

    - uncommented tests for dependencies in "Lazy" classes on NodeJS platform

    - JooseX.Meta.Lazy excluded from the `Auto` bundle (was only required for testing)
    - JooseX.SimpleRequest included into the `Web` bundle

    - removed XHRSync transport, as it turned out that truly synchronous mode won't support files concatenation

    - `use.paths` is now the preferred way to specify the INC paths instead of `JooseX.Namespace.Depended.Manager.my.INC`
       using `JooseX.Namespace.Depended.Manager.my.INC` is still supported but will be removed in some of the future releases

    - improved <script> transport (still hardly usable on IE because of lacking 'onerror' support)
    - switched to 'ScriptTag' as a default materialization for Web

    - added 'async' attribute for <script> transport
      w/o this attribute the <script>s used for transporting could interfere with <script>s used for materialization which
      caused test failures in FF

    - now can handle dependencies from the 'has' section of class declaration:

        Class('SomeClass', {

            has : {
                attr : {
                    meta    : 'Attribute.Meta',
                    trait   : 'Attribute.Trait'
                }
            }
        })
  • Loading branch information
Nickolay Platonov committed Nov 18, 2010
1 parent be8e2fa commit 74fa46d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Release history for JooseX.Namespace.Depended

{{ $NEXT }}

0.12 2010-11-18 22:09

- various docs updates

- uncommented tests for dependencies in "Lazy" classes on NodeJS platform
Expand Down

0 comments on commit 74fa46d

Please sign in to comment.