- Update package data
- Fixing error
- Update package data
- Standardization of errors
- Fixing a headers error in RequestInit
- Adding auto generation for
body
inHMPLRequestInit
- String parsing has been reworked
- Adding context
- Added memoization functionality.
- Replaced
isRepeatable
withrepeat
. - Fixed bug: replaced a reply to a
Comment
when the default response is not fulfilled (200-299). - Added an options object to the
compile
function.
- Replaced
mode
with boolean variableisRepeatable
. - Updated mode handling in the request:
- Introduced validation for
req.mode
to allow only "one" or "all" values. - Added a check to ensure
req.isRepeatable
is defined and is a boolean value. - Defaulted
req.isRepeatable
totrue
if not specified, withmodeAttr
set to "all" for repeatable requests and "one" otherwise.
- Introduced validation for
- Clarified
MODE
error message regardingAFTER
.
- Updated version from
2.1.0
to2.1.1
. - Updated URL from
https://github.com/hmpljs/hmpl
tohttps://github.com/hmpl-lang/hmpl
.
- Removed the period from the
hmpl
header description.
- Updated
Readme.md
file.
- Updated
hmpl-js
script tag to specify version2.0.0
.
- Updated
Readme.md
file.
- Changed
after
attribute in<request>
fromclick:.getHTML
toclick:.getTitle
. - Modified
templateFn
usage to directly appendelementObj.response
tobodyEl
.
- Changed from
HMPLResponse
toHMPLInstance
. - Changed from
HMPLResponse
toHMPLInstance
intemplateObject
.
- Changed from
HMPLResponse
toHMPLTemplateObject
.
- Updated version from
1.0.5
to1.0.6
.
- Updated version from
1.0.4
to1.0.5
.
- Updated
Readme.md
file.
- Updated
hmpl-js
script tag version from1.0.2
to1.0.3
. - Changed
wrapper.appendChild(value)
towrapper.appendChild(value.content.firstElementChild)
. - Updated installation instructions to reference
hmpl-js
version1.0.3
. - Updated version from
1.0.2
to1.0.3
.
- Updated
hmpl-js
script tag version from1.0.1
to1.0.2
. - Updated installation instructions to reference
hmpl-js
version1.0.2
. - Changed condition from checking
if (!optionsId)
toif (optionsId)
.
- Updated installation instructions to reference
hmpl-js
version1.0.1
. - Updated version from
1.0.0
to1.0.1
.