Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Troup committed Jul 16, 2024
1 parent 418444a commit cbcf5f0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# Observe.js - Change Log:

## Version 1.0.0:
-

#### **Language Shift:**
- The entire project has been rewritten in TypeScript, allowing all components to be exported, which allows better support for libraries such as React, Angular, etc.
- Added CDN links for the minimized version of the files.
- The TypeScript code is compiled to ES2016 instead of ES5 (older browsers, such as IE, are no longer supported).

#### **Building:**
- You can now run separate builds to produce CJS, ESM, and Minimized project versions.
- All files not required for the NPM packages have now been excluded.

#### **Watch Options:**
- BREAKING: All the event custom triggers are now under a new section called "events".

#### **Configuration Options:**
- BREAKING: All the text options are now under a new section called "text".

#### **Testing:**
- Removed the "src" and "dist" folders under "test". Only the dist versions remain, removing duplication.
- Added "BUILD_INSTRUCTIONS.md" to help first-time users set up their dev environments.

<br>

Expand Down

0 comments on commit cbcf5f0

Please sign in to comment.