13 lines
437 B
Markdown
13 lines
437 B
Markdown
# Changelog
|
|
|
|
## 12/24/23
|
|
- Created common logic for parsing ValueExpressions
|
|
|
|
## 12/23/23
|
|
|
|
- Added LogicExpressions for creating and evaluating expressions
|
|
- Added LogicExpressions to SELECT and DELETE commands (i.e SELECT FROM WHERE and DELETE FROM WHERE)
|
|
- Updated SELECT formatting to pad table columns
|
|
- General system stability improvements to enhance the user's experience.
|
|
- Moved many functions over to squirrel_core library
|