Skip to content

Releases: muhammad-salem/aurora

Aurora v3.1.1

23 Jan 00:40
Compare
Choose a tag to compare

Aurora v3.0.0

11 Jan 17:46
576e3c1
Compare
Choose a tag to compare

add more support for Signal,

  • add input, output, formValue, view, and viewChild signals
  • remove Zone.js dependency
  • use manual zone type + signals for input and output plus signal, computed, lazy and effect signals
  • remove @input, @output, @view, and @ViewChild
  • upgrade typescript to latest version v5.7.3

What's Changed

Full Changelog: v2.5.0...v3.0.0

Aurora v2.5.0

02 Nov 17:44
Compare
Choose a tag to compare

What's Changed

main changes

  • add input, output, model, view, and viewChild signals factory
  • upgrade typescript to latest version 5.6.3
  • deprecate @Input, @Output, @View, and @ViewChild

Always use ibyar cli to transpile your project code.

deprecation Note:

  • Starting form next release, will remove @Input, @Output, @View, and @ViewChild and will depend on signals reactive nodes.
  • Aurora Zone that use zone.js will be removed.
  • Aurora v2.5.0 in #13

Full Changelog: v2.4.0...v2.5.0

Aurora v2.4.0

29 Sep 17:49
7e217f5
Compare
Choose a tag to compare

Aurora v2.3.0

02 Aug 21:58
fe35335
Compare
Choose a tag to compare

v2.2.1

26 Jul 04:15
fe59292
Compare
Choose a tag to compare

FIX

  • fix get inputs from SetAccessorDeclaration node

Rollup

  • add rollup typescript transformers

What's Changed

  • v2.2.1 in #10

Full Changelog: v2.2.0...v2.2.1

Aurora v2.2.0

25 Jul 14:35
74b07de
Compare
Choose a tag to compare

Webpack

  • add webpack loader
module.exports = {
  entry: './src/index.ts',
    module: {
      exprContextCritical: false,
        rules: [
          {
            test: /\.tsx?$/,
            use: ['@ibyar/cli',],
            exclude: /node_modules/,
          }
        ]
      }
};

What's Changed

  • v2.2.0 in #9

Full Changelog: v2.1.2...v2.2.0

Aurora v2.1.2

20 Jul 22:14
fcc4b48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.2

Aurora v2.1.0

20 Jul 17:13
b19db42
Compare
Choose a tag to compare
  • detect directives useing CLI tool ibyar

What's Changed

Full Changelog: v2.0.2...v2.1.0

Aurora v2.0.2

14 Jul 22:35
6952510
Compare
Choose a tag to compare

Install

npm i --save @ibyar/aurora
yarn add @ibyar/aurora

What's Changed

escape '@' for control flow syntax by adding \ before @
fix pop nodes
fix deserialize StructuralDirectiveSuccessorNode

Full Changelog: v2.0.1...v2.0.2