Releases: calculist/calculist-web
Releases · calculist/calculist-web
v0.5.0
Changes
- Updated dependencies
- Minor bug fixes
- Added initial functionality to allow extending Calculist through a separate app under the same domain, using a shared secret token
- Added ability to reference items by negative index using the
item
function - Added
first
andlast
functions to get the first or last item in a list - Updated
find
andfilter
functions to be curry-able, passing the predicate function as the first argument - Updated
table
function to accept a "column map" using keyed functions to created derived columns - Updated
svg
function to render "text" tags - Updated various function strings
v0.4.2
Changes
- Updated dependencies
- Minor bug fixes
v0.4.1
Changes
- Updated dependencies
- Fixed Firefox usability bugs
v0.4.0
Changes
- New homepage with easier navigation and list creation
- New welcome list for new users
- Changed list URLs for better privacy and permanence
- Improved navigation menu
- Updated dependencies
- Switch email service from SendGrid to MailGun
- Added Dockerfile and docker-compose.yml
- New functions
table
andungroup
fraction
function now accepts a function argument for computing return value- Improved data visualization and
linegraph
chart type - Various bug fixes, optimizations, and style changes
v0.3.2
Changes
- Work in progress on data visualization features (
svg
andplot
functions) - Added alias
lambda
forfunction
function - Added
pause computation
andunpause computation
commands - Added "copied!" confirmation message when copying to clipboard
- Changed
itemOf
function to match behavior ofitem
function - Fixed HTML escaping bug
- Fixed favicon bug
v0.3.1
Changes
- Fixed functions:
average
/mean
,min
,max
,join
- Added functions:
function
,image
- Fixed jittery item heights
- Added missing commands in typeahead menu
v0.3.0
Changes
- New
$guid
variable and@item
function for referencing items by globally unique id - New
copy
command for copying arbitrary input to the clipboard, such ascopy ( $guid )
- New
word_count
function for counting words in a hierarchy of items - Updated
goto
command to accept an item's guid - Updated
reverse
function to accept string input - SQL optimizations
Corresponding releases
v0.2.1
changes
- Added clickable link icons for items that contain URLs
- Minor bug fixes and code cleanup
- Minor style changes
v0.2.0
bug fixes
- Fixed loss of focus bug on sync with server
- Fixed jumping cursor bug on multiline items
- Fixed broken "add text" bug in command mode
- Fixed broken email confirmation links
- Minor refactoring and code cleanup
new features
- List sharing API and commands
- New
mod
/modulo
function - Updated
fraction
function to accept non-integer input - Small UX changes
v0.1.1
Changes:
- Fixed bugs regarding copying and pasting text
- Fixed bugs regarding syncing between devices
- Fixed auto-correct bug with typing the function symbol
[=>]