Skip to content

Releases: wpdas/alem

v1.0.0-beta.24

22 Apr 21:12
d1ff2a2
Compare
Choose a tag to compare

feature/core-improvement-beta-24

  • Added getAlemEnvironment feature. This can be used to get the current environment. This can be set using NODE_ENV env var.

  • Added new mechanism to escape regular expressions within code content. The previous process
    simply using scapeBacktick was breaking. Now different processes are carried out:
    1 - Captures the regular expressions found and stores them in memory using replaceRegexWithReferences;
    2 - Escape these regular expressions using escapeRegexContent;
    3 - Later, after the final bundle is ready, the compiler uses injectFoundRegExps to re-inject the expressions
    properly formatted and escaped.

v1.0.0-beta.23

22 Apr 04:39
26332ff
Compare
Choose a tag to compare
  • extractJSX adjusted to support detection of elements within complex conditionals;
  • Implementation of extractSpreadsFromJSX to deal with spreads within the properties of JSX elements;
  • Small adjustment to replaceJSXElement to provide better support for TypeScript and avoid compressing the final result;
  • The server's "BosLoader Server is Up and Running" information box has been removed;
  • processChildrenWidget updated to receive the new adjustments as well as transformSchemaToWidget.
    Both modules now process spreads properties;
  • Implemented the filesContentCache feature. This feature ensures that only the changed file
    be read again and integrated into the schema of initial files read at the beginning of the process. This guarantees
    better performance during development.

26332ff

v1.0.0-beta.22

v1.0.0-beta.21

v1.0.0-beta.20

17 Apr 18:32
Compare
Choose a tag to compare
  • fixed platform checker
  • alem types updated
  • 8722991

v1.0.0-beta.19

16 Apr 22:51
Compare
Choose a tag to compare
  • Fixed CLI: It was breaking while being used outside a project;
  • Better message for missing alem.config.json file.

v1.0.0-beta.18

16 Apr 19:21
Compare
Choose a tag to compare

v1.0.0-beta.17

16 Apr 06:39
Compare
Choose a tag to compare
  • Fix module verification for Windows; 72ac994

v1.0.0-beta.16

11 Apr 18:44
Compare
Choose a tag to compare
  • fix extractJSX and extractJSXElements to handle useEffect clean up function 34f3de3

v1.0.0-beta.15