The greatest thing that I found in 1.7.0 is a step towards JSDoc with better comment support :

    ###*
    # Test
    ###
will be compiled to

    /**
     * Test
     */
And until now

    /**
    # Test
    */