@intelligentgraphics/ig.gfx.packager 3.1.0-alpha.4 → 3.1.0-alpha.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/build/bin.mjs +1 -1
  2. package/build/{cli-DLGFANVF.mjs → cli-CRt1pnL8.mjs} +49 -639
  3. package/build/cli-CRt1pnL8.mjs.map +1 -0
  4. package/build/{dependencies-M5HDPf46.mjs → dependencies-DzwnAMHr.mjs} +2 -2
  5. package/build/{dependencies-M5HDPf46.mjs.map → dependencies-DzwnAMHr.mjs.map} +1 -1
  6. package/build/docs-BlCIta3Y.mjs +37 -0
  7. package/build/docs-BlCIta3Y.mjs.map +1 -0
  8. package/build/{generateIndex-DRNwzIyR.mjs → generateIndex-1_US73VT.mjs} +3 -8
  9. package/build/{generateIndex-DRNwzIyR.mjs.map → generateIndex-1_US73VT.mjs.map} +1 -1
  10. package/build/{generateParameterType-9-1z1US9.mjs → generateParameterType-DSWCBqzV.mjs} +2 -7
  11. package/build/{generateParameterType-9-1z1US9.mjs.map → generateParameterType-DSWCBqzV.mjs.map} +1 -1
  12. package/build/{index-DV88vk2r.mjs → index-BIqEoSQH.mjs} +7 -11
  13. package/build/{index-DV88vk2r.mjs.map → index-BIqEoSQH.mjs.map} +1 -1
  14. package/build/{index-8OmlN_-6.mjs → index-Sj6AX2Pu.mjs} +37 -44
  15. package/build/index-Sj6AX2Pu.mjs.map +1 -0
  16. package/build/{postinstall-DleNm8LR.mjs → postinstall-DLxLg3tD.mjs} +4 -9
  17. package/build/postinstall-DLxLg3tD.mjs.map +1 -0
  18. package/build/{publishNpm-BecgvGe3.mjs → publishNpm-ByIPsGI3.mjs} +6 -11
  19. package/build/{publishNpm-BecgvGe3.mjs.map → publishNpm-ByIPsGI3.mjs.map} +1 -1
  20. package/build/{rollup-DXNQ8zID.mjs → rollup-Dspsy6kv.mjs} +115 -19
  21. package/build/rollup-Dspsy6kv.mjs.map +1 -0
  22. package/build/{scripts-DOxdNSgU.mjs → scripts-BmQnbRem.mjs} +2 -5
  23. package/build/scripts-BmQnbRem.mjs.map +1 -0
  24. package/build/{versionFile-LnFvSbd9.mjs → versionFile-CK9FMt3L.mjs} +3 -5
  25. package/build/{versionFile-LnFvSbd9.mjs.map → versionFile-CK9FMt3L.mjs.map} +1 -1
  26. package/lib/lib.mjs +32 -37
  27. package/package.json +15 -17
  28. package/readme.md +185 -176
  29. package/build/cli-DLGFANVF.mjs.map +0 -1
  30. package/build/index-8OmlN_-6.mjs.map +0 -1
  31. package/build/postinstall-DleNm8LR.mjs.map +0 -1
  32. package/build/rollup-DXNQ8zID.mjs.map +0 -1
  33. package/build/scripts-DOxdNSgU.mjs.map +0 -1
package/readme.md CHANGED
@@ -236,17 +236,17 @@ Make sure to register a postinstall command in the workspace package.json, if it
236
236
 
237
237
  The following packages can be installed:
238
238
 
239
- - @intelligentgraphics/3d.ig.gfx.core
240
- - @intelligentgraphics/3d.ig.math
241
- - @intelligentgraphics/3d.ig.gfx.standard
242
- - @intelligentgraphics/3d.ig.gfx.furniture
243
- - @intelligentgraphics/3d.igx.basic
244
- - @intelligentgraphics/3d.igx.bath
245
- - @intelligentgraphics/3d.igx.eval
246
- - @intelligentgraphics/3d.igx.furniture
247
- - @intelligentgraphics/3d.igx.geometry
248
- - @intelligentgraphics/3d.igx.meshcreator
249
- - @intelligentgraphics/3d.igx.upholstery
239
+ - @intelligentgraphics/3d.ig.gfx.core
240
+ - @intelligentgraphics/3d.ig.math
241
+ - @intelligentgraphics/3d.ig.gfx.standard
242
+ - @intelligentgraphics/3d.ig.gfx.furniture
243
+ - @intelligentgraphics/3d.igx.basic
244
+ - @intelligentgraphics/3d.igx.bath
245
+ - @intelligentgraphics/3d.igx.eval
246
+ - @intelligentgraphics/3d.igx.furniture
247
+ - @intelligentgraphics/3d.igx.geometry
248
+ - @intelligentgraphics/3d.igx.meshcreator
249
+ - @intelligentgraphics/3d.igx.upholstery
250
250
 
251
251
  To install the package `IG.GFX.Standard` you can execute the command `npm install @intelligentgraphics/3d.ig.gfx.standard`.
252
252
 
@@ -396,9 +396,9 @@ In order for evaluator classes to be picked up, they need to either implement or
396
396
 
397
397
  The following jsdoc attributes are supported:
398
398
 
399
- - _default_ -> the default value
400
- - _creatorType_ -> to define the type (like Material, String, Geometry)
401
- - _summary_ -> to set a short description for the parameter. By default the generator will use the text above the attributes as the description.
399
+ - _default_ -> the default value
400
+ - _creatorType_ -> to define the type (like Material, String, Geometry)
401
+ - _summary_ -> to set a short description for the parameter. By default the generator will use the text above the attributes as the description.
402
402
 
403
403
  **Example:**
404
404
 
@@ -556,434 +556,443 @@ Afterwards you may need to reload your editor in order for the installed files t
556
556
 
557
557
  ## History
558
558
 
559
+ **IG.GFX.Packager 3.1.0-alpha.6**
560
+
561
+ - update typescript
562
+
563
+ **IG.GFX.Packager 3.1.0-alpha.5**
564
+
565
+ - drop lodash dependency
566
+ - update dependencies
567
+
559
568
  **IG.GFX.Packager 3.1.0-alpha.4**
560
569
 
561
- - skip rollup write for watch build
570
+ - skip rollup write for watch build
562
571
 
563
572
  **IG.GFX.Packager 3.1.0-alpha.3**
564
573
 
565
- - add support for skipping declaration file creation
566
- - fix entry point for declaration bundling
574
+ - add support for skipping declaration file creation
575
+ - fix entry point for declaration bundling
567
576
 
568
577
  **IG.GFX.Packager 3.1.0**
569
578
 
570
- - compile js for node 20+
571
- - introduce es modules support for script packages
572
- - automatically generate a console.log statement with the package name, version and copyright string from \_package.json if no version.ts is detected
579
+ - compile js for node 20+
580
+ - introduce es modules support for script packages
581
+ - automatically generate a console.log statement with the package name, version and copyright string from \_package.json if no version.ts is detected
573
582
 
574
583
  **IG.GFX.Packager 3.0.28**
575
584
 
576
- - drop npm install before upload
585
+ - drop npm install before upload
577
586
 
578
587
  **IG.GFX.Packager 3.0.27**
579
588
 
580
- - report failed dependency check but do not abort
589
+ - report failed dependency check but do not abort
581
590
 
582
591
  **IG.GFX.Packager 3.0.26**
583
592
 
584
593
  **IG.GFX.Packager 3.0.25**
585
594
 
586
- - fix stream to buffer conversion..
595
+ - fix stream to buffer conversion..
587
596
 
588
597
  **IG.GFX.Packager 3.0.24**
589
598
 
590
- - retry package upload with trailing slash
599
+ - retry package upload with trailing slash
591
600
 
592
601
  **IG.GFX.Packager 3.0.23**
593
602
 
594
- - no longer rely on existence of a script package for dependency sync
595
- - add command to synchronize libraries with ig.Creator
596
- - add informations regarding watching build mode
597
- - use proper typescript formatter
603
+ - no longer rely on existence of a script package for dependency sync
604
+ - add command to synchronize libraries with ig.Creator
605
+ - add informations regarding watching build mode
606
+ - use proper typescript formatter
598
607
 
599
608
  **IG.GFX.Packager 3.0.22**
600
609
 
601
- - add some more logs
602
- - prevent double minify
603
- - fully support unminified js for release
610
+ - add some more logs
611
+ - prevent double minify
612
+ - fully support unminified js for release
604
613
 
605
614
  **IG.GFX.Packager 3.0.21**
606
615
 
607
- - write source maps
608
- - add support for a watching build mode
616
+ - write source maps
617
+ - add support for a watching build mode
609
618
 
610
619
  **IG.GFX.Packager 3.0.20**
611
620
 
612
- - include images for ig.gfx.standard upload
621
+ - include images for ig.gfx.standard upload
613
622
 
614
623
  **IG.GFX.Packager 3.0.19**
615
624
 
616
- - when parsing the package name as upload domain and sub domain, only use the first two parts that are separated by dots and ignore the rest -> IG.GFX.Standard -> Domain IG, SubDomain GFX
625
+ - when parsing the package name as upload domain and sub domain, only use the first two parts that are separated by dots and ignore the rest -> IG.GFX.Standard -> Domain IG, SubDomain GFX
617
626
 
618
627
  **IG.GFX.Packager 3.0.18**
619
628
 
620
- - add animation json schema to own files and no longer load it from archive
629
+ - add animation json schema to own files and no longer load it from archive
621
630
 
622
631
  **IG.GFX.Packager 3.0.17**
623
632
 
624
- - use provided bin dir
633
+ - use provided bin dir
625
634
 
626
635
  **IG.GFX.Packager 3.0.16**
627
636
 
628
- - fix publishNpm for windows
637
+ - fix publishNpm for windows
629
638
 
630
639
  **IG.GFX.Packager 3.0.15**
631
640
 
632
- - fall back to uploading files from memory if they can't be written to the file system
641
+ - fall back to uploading files from memory if they can't be written to the file system
633
642
 
634
643
  **IG.GFX.Packager 3.0.14**
635
644
 
636
- - remove $schema property from animations when adding them to js bundle
645
+ - remove $schema property from animations when adding them to js bundle
637
646
 
638
647
  **IG.GFX.Packager 3.0.13**
639
648
 
640
- - update typescript and typedoc
641
- - refactor to bundle animations as part of build
649
+ - update typescript and typedoc
650
+ - refactor to bundle animations as part of build
642
651
 
643
652
  **IG.GFX.Packager 3.0.12**
644
653
 
645
- - handle animation json ids that are not valid js identifiers
646
- - default creator index entry description to name
647
- - update typescript
654
+ - handle animation json ids that are not valid js identifiers
655
+ - default creator index entry description to name
656
+ - update typescript
648
657
 
649
658
  **IG.GFX.Packager 3.0.11**
650
659
 
651
- - add library distribution
652
- - write version into \_Package.json
660
+ - add library distribution
661
+ - write version into \_Package.json
653
662
 
654
663
  **IG.GFX.Packager 3.0.10**
655
664
 
656
- - add strictOptional option for index generation -> see [\_Index.json generation](#_indexjson-generation)
665
+ - add strictOptional option for index generation -> see [\_Index.json generation](#_indexjson-generation)
657
666
 
658
667
  **IG.GFX.Packager 3.0.9**
659
668
 
660
- - exit with error code 1 on errors
661
- - sort generateIndex output alphabetically for root level entries
669
+ - exit with error code 1 on errors
670
+ - sort generateIndex output alphabetically for root level entries
662
671
 
663
672
  **IG.GFX.Packager 3.0.8**
664
673
 
665
- - allow typescript parameter type to be generated for \_index.json entries
666
- - add support for interactors in \_index.json generation
674
+ - allow typescript parameter type to be generated for \_index.json entries
675
+ - add support for interactors in \_index.json generation
667
676
 
668
677
  **IG.GFX.Packager 3.0.7**
669
678
 
670
- - correct readme example
671
- - update snapshot
672
- - fix inconsistency in default value handling for index generation
679
+ - correct readme example
680
+ - update snapshot
681
+ - fix inconsistency in default value handling for index generation
673
682
 
674
683
  **IG.GFX.Packager 3.0.6**
675
684
 
676
- - fix check for local packager execution
685
+ - fix check for local packager execution
677
686
 
678
687
  **IG.GFX.Packager 3.0.5**
679
688
 
680
- - update documentation for generateIndex command
681
- - enforce better property order for parameters
682
- - improve index generation
683
- - use typechecker for index generation to improve reliability
684
- - reuse parameters of existing \_index.json when no parameters are defined for an evaluator
689
+ - update documentation for generateIndex command
690
+ - enforce better property order for parameters
691
+ - improve index generation
692
+ - use typechecker for index generation to improve reliability
693
+ - reuse parameters of existing \_index.json when no parameters are defined for an evaluator
685
694
 
686
695
  **IG.GFX.Packager 3.0.4**
687
696
 
688
- - start a troubleshoot section
689
- - use platform line ending when writing definition files
690
- - wrap errors that occur when loading existing packages
697
+ - start a troubleshoot section
698
+ - use platform line ending when writing definition files
699
+ - wrap errors that occur when loading existing packages
691
700
 
692
701
  **IG.GFX.Packager 3.0.3**
693
702
 
694
- - set explicit version for yargs
695
- - correct check for packages being available in both target and basics subdomain
696
- - prompt users to install 3d.ig.gfx.standard
697
- - change workspace package.json to be non optional
703
+ - set explicit version for yargs
704
+ - correct check for packages being available in both target and basics subdomain
705
+ - prompt users to install 3d.ig.gfx.standard
706
+ - change workspace package.json to be non optional
698
707
 
699
708
  **IG.GFX.Packager 3.0.2**
700
709
 
701
- - handle folders in lib directory
710
+ - handle folders in lib directory
702
711
 
703
712
  **IG.GFX.Packager 3.0.0**
704
713
 
705
- - change packager to be installed globally (see [Migrating to ig.gfx.packager 3.0](#migrating-to-iggfxpackager-30))
706
- - offer to upload dependencies, that are defined in the workspace package json, to a creator sub domain if they are not available or outdated (see [Using ig libraries](#using-ig-libraries))
714
+ - change packager to be installed globally (see [Migrating to ig.gfx.packager 3.0](#migrating-to-iggfxpackager-30))
715
+ - offer to upload dependencies, that are defined in the workspace package json, to a creator sub domain if they are not available or outdated (see [Using ig libraries](#using-ig-libraries))
707
716
 
708
717
  **IG.GFX.Packager 3.0.0-beta.3**
709
718
 
710
- - fix build command
711
- - fix loading of localizations
719
+ - fix build command
720
+ - fix loading of localizations
712
721
 
713
722
  **IG.GFX.Packager 3.0.0-beta.2**
714
723
 
715
- - remove json import
724
+ - remove json import
716
725
 
717
726
  **IG.GFX.Packager 3.0.0-beta.1**
718
727
 
719
- - restructure to fix release on windows
720
- - preserve original module structure for output
728
+ - restructure to fix release on windows
729
+ - preserve original module structure for output
721
730
 
722
731
  **IG.GFX.Packager 3.0.0-beta.0**
723
732
 
724
- - update readme
725
- - ignore utf8 bom
726
- - improve readme
727
- - fix chunk file names handling to also work on windows
733
+ - update readme
734
+ - ignore utf8 bom
735
+ - improve readme
736
+ - fix chunk file names handling to also work on windows
728
737
 
729
738
  **IG.GFX.Packager 3.0.0-alpha.9**
730
739
 
731
- - change packager to be installed globally
740
+ - change packager to be installed globally
732
741
 
733
742
  **IG.GFX.Packager 3.0.0-alpha.8**
734
743
 
735
- - verify that packages are built in order when npm dependencies are defined
736
- - when multiple packages are requested to be built, first build basics if available
737
- - fix d.ts file references not being rewritten on build
738
- - use a narrower version range for node js
739
- - remove accidental packager postinstall
744
+ - verify that packages are built in order when npm dependencies are defined
745
+ - when multiple packages are requested to be built, first build basics if available
746
+ - fix d.ts file references not being rewritten on build
747
+ - use a narrower version range for node js
748
+ - remove accidental packager postinstall
740
749
 
741
750
  **IG.GFX.Packager 3.0.0-alpha.7**
742
751
 
743
- - fix some issues and update dependencies
752
+ - fix some issues and update dependencies
744
753
 
745
754
  **IG.GFX.Packager 3.0.0-alpha.6**
746
755
 
747
- - revert back to local installation
756
+ - revert back to local installation
748
757
 
749
758
  **IG.GFX.Packager 3.0.0-alpha.5**
750
759
 
751
- - also close asset server sessions in case of upload errors
752
- - do not check for required dependency versions if no dependencies exist
753
- - improve messages
754
- - ignore package.json when determining wether a repository is dirty
760
+ - also close asset server sessions in case of upload errors
761
+ - do not check for required dependency versions if no dependencies exist
762
+ - improve messages
763
+ - ignore package.json when determining wether a repository is dirty
755
764
 
756
765
  **IG.GFX.Packager 3.0.0-alpha.4**
757
766
 
758
- - fix pre release dependency version check
767
+ - fix pre release dependency version check
759
768
 
760
769
  **IG.GFX.Packager 3.0.0-alpha.3**
761
770
 
762
- - fix source-map-support being inlined
771
+ - fix source-map-support being inlined
763
772
 
764
773
  **IG.GFX.Packager 3.0.0-alpha.2**
765
774
 
766
- - update to esm
775
+ - update to esm
767
776
 
768
777
  **IG.GFX.Packager 3.0.0-alpha.1**
769
778
 
770
- - add missing shebang
779
+ - add missing shebang
771
780
 
772
781
  **IG.GFX.Packager 3.0.0-alpha.0**
773
782
 
774
- - install globally instead of locally for every workspace
775
- - add support for dependency uploading
776
- - add support for library publishing
783
+ - install globally instead of locally for every workspace
784
+ - add support for dependency uploading
785
+ - add support for library publishing
777
786
 
778
787
  **IG.GFX.Packager 2.3.4**
779
788
 
780
- - add comment to the top of built js and d.ts files containing the version, commit sha and date
789
+ - add comment to the top of built js and d.ts files containing the version, commit sha and date
781
790
 
782
791
  **IG.GFX.Packager 2.3.3**
783
792
 
784
- - support package names with multiple dots for animation json scopes
793
+ - support package names with multiple dots for animation json scopes
785
794
 
786
795
  **IG.GFX.Packager 2.3.2**
787
796
 
788
- - reduce update check interval to 60 seconds
797
+ - reduce update check interval to 60 seconds
789
798
 
790
799
  **IG.GFX.Packager 2.3.1**
791
800
 
792
- - fix scope not being created when only a version ts and animations exist
801
+ - fix scope not being created when only a version ts and animations exist
793
802
 
794
803
  **IG.GFX.Packager 2.3.0**
795
804
 
796
- - handle additional white space in version log parsing
797
- - improve error message on invalid license path
798
- - add support for generation of index.json files for Evaluators
805
+ - handle additional white space in version log parsing
806
+ - improve error message on invalid license path
807
+ - add support for generation of index.json files for Evaluators
799
808
 
800
809
  **IG.GFX.Packager 2.2.0**
801
810
 
802
- - add support for license files
803
- - improve error message when encountering invalid syntax in an animation json file
811
+ - add support for license files
812
+ - improve error message when encountering invalid syntax in an animation json file
804
813
 
805
814
  **IG.GFX.Packager 2.1.4**
806
815
 
807
- - support referencing assets from jsdoc for typedoc generation
808
- - update typescript and typedoc
816
+ - support referencing assets from jsdoc for typedoc generation
817
+ - update typescript and typedoc
809
818
 
810
819
  **IG.GFX.Packager 2.1.3**
811
820
 
812
- - use package scope, if available, when adding animations
821
+ - use package scope, if available, when adding animations
813
822
 
814
823
  **IG.GFX.Packager 2.1.2**
815
824
 
816
- - improve handling of interactors with many dots in name
817
- - throw an error when executing build for a package without typescript files
818
- - migrate to jszip to resolve zip issues
825
+ - improve handling of interactors with many dots in name
826
+ - throw an error when executing build for a package without typescript files
827
+ - migrate to jszip to resolve zip issues
819
828
 
820
829
  **IG.GFX.Packager 2.1.1**
821
830
 
822
- - fix update notifier
831
+ - fix update notifier
823
832
 
824
833
  **IG.GFX.Packager 2.1.0**
825
834
 
826
- - write "beta" or "patch" into version file for versions != x.x.x.100
827
- - remove client side version check
828
- - restrict typescript and typedoc version
835
+ - write "beta" or "patch" into version file for versions != x.x.x.100
836
+ - remove client side version check
837
+ - restrict typescript and typedoc version
829
838
 
830
839
  **IG.GFX.Packager 2.0.10**
831
840
 
832
- - validate script runtime property
833
- - change schema validation to only log instead of refusing a file
841
+ - validate script runtime property
842
+ - change schema validation to only log instead of refusing a file
834
843
 
835
844
  **IG.GFX.Packager 2.0.9**
836
845
 
837
- - automatically generate a tsconfig when non exists
846
+ - automatically generate a tsconfig when non exists
838
847
 
839
848
  **IG.GFX.Packager 2.0.8**
840
849
 
841
- - also emit all diagnostics when emit wasn't skipped
842
- - fix release empty message
843
- - add message when no targets could be found for build or release
850
+ - also emit all diagnostics when emit wasn't skipped
851
+ - fix release empty message
852
+ - add message when no targets could be found for build or release
844
853
 
845
854
  **IG.GFX.Packager 2.0.7**
846
855
 
847
- - fix copyright informations not being optional
856
+ - fix copyright informations not being optional
848
857
 
849
858
  **IG.GFX.Packager 2.0.6**
850
859
 
851
- - add noValidate option for publish
852
- - add pushOnly option for publish
860
+ - add noValidate option for publish
861
+ - add pushOnly option for publish
853
862
 
854
863
  **IG.GFX.Packager 2.0.5**
855
864
 
856
- - fix typo
865
+ - fix typo
857
866
 
858
867
  **IG.GFX.Packager 2.0.4**
859
868
 
860
- - use postinstall rather than postprepare
869
+ - use postinstall rather than postprepare
861
870
 
862
871
  **IG.GFX.Packager 2.0.3**
863
872
 
864
- - support generation of typedoc
865
- - fix releases path
873
+ - support generation of typedoc
874
+ - fix releases path
866
875
 
867
876
  **IG.GFX.Packager 2.0.2**
868
877
 
869
- - correct readme and description
878
+ - correct readme and description
870
879
 
871
880
  **IG.GFX.Packager 2.0.1**
872
881
 
873
- - add postprepare script and update notifier
882
+ - add postprepare script and update notifier
874
883
 
875
884
  **IG.GFX.Packager 2.0.0**
876
885
 
877
- - version bump
886
+ - version bump
878
887
 
879
888
  **IG.GFX.Packager 1.3.1**
880
889
 
881
- - update readme
882
- - rename release to publish
890
+ - update readme
891
+ - rename release to publish
883
892
 
884
893
  **IG.GFX.Packager 1.3.0**
885
894
 
886
- - copy basics to lib folder
887
- - fix printing of comments
888
- - only archive actual releases
889
- - allow version to be set from env
890
- - reenable disabled modules
891
- - bump min node version to 10
895
+ - copy basics to lib folder
896
+ - fix printing of comments
897
+ - only archive actual releases
898
+ - allow version to be set from env
899
+ - reenable disabled modules
900
+ - bump min node version to 10
892
901
 
893
902
  **IG.GFX.Packager 1.3.0-alpha.3**
894
903
 
895
- - remove unnecessary inquirer prompts
896
- - copy basics to lib folder
897
- - fix printing of comments
904
+ - remove unnecessary inquirer prompts
905
+ - copy basics to lib folder
906
+ - fix printing of comments
898
907
 
899
908
  **IG.GFX.Packager 1.3.0-alpha.2**
900
909
 
901
- - only archive actual releases
910
+ - only archive actual releases
902
911
 
903
912
  **IG.GFX.Packager 1.3.0-alpha.1**
904
913
 
905
- - fixes
914
+ - fixes
906
915
 
907
916
  **IG.GFX.Packager 1.3.0-alpha.0**
908
917
 
909
- - only allow a single directory for release
910
- - allow version to be set from env
911
- - reenable disabled modules
912
- - bump min node version to 10
918
+ - only allow a single directory for release
919
+ - allow version to be set from env
920
+ - reenable disabled modules
921
+ - bump min node version to 10
913
922
 
914
923
  **IG.GFX.Packager 1.2.4**
915
924
 
916
- - fixed node 6 support
917
- - added missing transpilation of js files
925
+ - fixed node 6 support
926
+ - added missing transpilation of js files
918
927
 
919
928
  **IG.GFX.Packager 1.2.3**
920
929
 
921
- - added transpilation of dependencies. disabled release command
930
+ - added transpilation of dependencies. disabled release command
922
931
 
923
932
  **IG.GFX.Packager 1.2.2**
924
933
 
925
- - changed target to node 6
926
- - added compilation with babel to ensure everything works on node 8
934
+ - changed target to node 6
935
+ - added compilation with babel to ensure everything works on node 8
927
936
 
928
937
  **IG.GFX.Packager 1.2.1**
929
938
 
930
939
  **IG.GFX.Packager 1.2.0**
931
940
 
932
- - updated readme
941
+ - updated readme
933
942
 
934
943
  **IG.GFX.Packager 1.2.0-alpha.0**
935
944
 
936
- - moved bridge settings validation
937
- - disabled index json reading
938
- - added maybe working net packager replacement
945
+ - moved bridge settings validation
946
+ - disabled index json reading
947
+ - added maybe working net packager replacement
939
948
 
940
949
  **IG.GFX.Packager 1.1.3**
941
950
 
942
- - added newVersion, targetDomain and targetSubdomain options
951
+ - added newVersion, targetDomain and targetSubdomain options
943
952
 
944
953
  **IG.GFX.Packager 1.1.2**
945
954
 
946
955
  **IG.GFX.Packager 1.1.1**
947
956
 
948
- - fixed releasing of packages with src folder
957
+ - fixed releasing of packages with src folder
949
958
 
950
959
  **IG.GFX.Packager 1.1.0**
951
960
 
952
- - [release] added noUpload option
953
- - [release] added using of default value for domains and subdomains when the input value is empty
954
- - [release] added ensuring that the new version is greater than the current version
955
- - [release] added overwriting of domain and subdomain via prompt
961
+ - [release] added noUpload option
962
+ - [release] added using of default value for domains and subdomains when the input value is empty
963
+ - [release] added ensuring that the new version is greater than the current version
964
+ - [release] added overwriting of domain and subdomain via prompt
956
965
 
957
966
  **IG.GFX.Packager 1.1.0-alpha.5**
958
967
 
959
- - fixed node polyfills...
968
+ - fixed node polyfills...
960
969
 
961
970
  **IG.GFX.Packager 1.1.0-alpha.4**
962
971
 
963
- - fixed locales not being published
972
+ - fixed locales not being published
964
973
 
965
974
  **IG.GFX.Packager 1.1.0-alpha.3**
966
975
 
967
- - added localization
976
+ - added localization
968
977
 
969
978
  **IG.GFX.Packager 1.1.0-alpha.2**
970
979
 
971
- - rename to ig.gfx.packager
972
- - added overwriting of domain and subdomain via prompt for publish
980
+ - rename to ig.gfx.packager
981
+ - added overwriting of domain and subdomain via prompt for publish
973
982
 
974
983
  **IG.GFX.Packager 1.1.0-alpha.1**
975
984
 
976
- - fixed release log format
977
- - added moving of built zip
985
+ - fixed release log format
986
+ - added moving of built zip
978
987
 
979
988
  **IG.GFX.Packager 1.1.0-alpha.0**
980
989
 
981
- - added remaining release functionality
982
- - release command initial commit
990
+ - added remaining release functionality
991
+ - release command initial commit
983
992
 
984
993
  **IG.GFX.Packager 1.0.4**
985
994
 
986
- - added clean option
995
+ - added clean option
987
996
 
988
997
  **IG.GFX.Packager 3.0.16**
989
998