Release notes
Keep up with latest product news
3515 notes
VSCode-ObjectScriptVersion 0.8.8
- Fix retrieval of password when
objectscript.conn.server
defers to Server Manager.
- Fix command completions, broken in 0.8.7.
- Improve ObjectScript Explorer:
- Files that will be loaded from local workspace now show their filetype icon and a full path tooltip.
- Fix rare case where code would load from wrong place.
- Skip compilation of local CSP files for now.
- Improve handling of server modification date comparisons.
- Fix incorrect
Studio Action "Changed Namespace" not supported
message in output channel.
- New
objectscript.autoShowTerminal
option controlling whether terminal shows automatically when connected to docker-compose. Default is false
.
- Add CONTRIBUTING.md document.
- Improve README information about username and password in settings.
VSCode-ObjectScriptVersion 0.8.7
- Use
intersystems.servers
object for more flexible connection definitions.
- Recommend intersystems-community.servermanager extension for management of
intersystems.servers
definitions.
- Support server-side source control and other server-side commands.
- Add
isfs-readonly
scheme to give readonly access to server code.
- Improve class snippets and implement snippets for routines.
- Be less strict about spaces in header of routines.
- Handle
objectscript.format.commandCase
set to invalid value.
- Make command titles conform to VS Code style.
- Support compilation for more file types.
- Display CSP and Other files in ObjectScript Explorer.
- Add option to show system files in ObjectScript Explorer.
- Make
View Another Namespace...
command in ObjectScript Explorer only apply to the selected server.
- Fix several issues with terminal in Docker.
- Fix some debugging issues.
- Respect original EndOfLine in file when loading changes from server.
- Alert on import error.
- Resolve diagnostic issue in html style block.
- Added diagnostic to warn if non-latin characters found in class element.
- Webpack extension to reduce size.
VSCode-ObjectScriptVersion 0.8.5
- Fix errors in embedded JS code.
- Fix diagnostic error for values in quotes.
VSCode-ObjectScriptVersion 0.8.3
- Support for custom address in isfs.
- Multi select in explorer view for mass export.
VSCode-ObjectScriptVersion 0.8.2
- Show current place (label+pos^routine) in status bar for INT code.
- Fix syntax highlighting.
- Support for ${namespace} in links.
VSCode-ObjectScriptVersion 0.8.1
- Some small fixes in filtering for isfs.
- Fixed connection info in Explorer.
- Extra links for server.
- Support creating classes, routines, webapp files on isfs.
- Some fixes in formatting provider.
- Option to suppress error messages.
- Ignore case for script and sql in diagnostics.
- Option to disable
debug this method
action.
- Password prompt, live connection status.
EnsembleWorkflowVersion 2.1.1
Handler support for special types (URLs and images).
iris-fhir-portalVersion 1.0.5
New feature! Charts for laboratory results. History results with a beautiful visualization
DeepSeeWebVersion 3.0.7
- added missing import to csv/xls
- added missing import to images (for charts)
- fixed style for context menu
- added sub menu items support for context menu
- changed logo for login screen
- fixed issue with chart series colors
- fixed issue with public dsw
- added description for new url style in readme
objectscriptQualityVersion 3.1.1
What's new
- Recognize Deprecated keyword
- Accept Sharded class keyword
- Accept Requires method keyword
- Accept import for a list of namespaces
- Accept usage of generic functions as arguments of DO command
- Improvements on Method not found rule to avoid false positives:
-- Recognize method when its class is imported
- Improvements on Class not found rule to avoid false positives:
-- Recognize class when its package is imported
Fixes
- Accept ispl as valid value for Language method keyword
- Nullpointer araised in rule Incompatible argument type in a method in some cases
New rules
fhir-chatbotVersion 1.0.3
Including charts to see on chatbot =)
iris4health-fhir-analyticsVersion 1.0.5
- Power BI tutorial
- FHIR REST API usage for view patients from IRIS Analytics and Power BI
- Use of UI framework specific for FHIR, built in on Google Material Design framework
- IRIS Interoperability production for import and transform HL7 ADT messages to FHIR messages
iris-fhir-portalVersion 1.0.4
New feature! Update patient details using FHIR resource with fhir.js