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

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